all_trips <- bind_rows(q1_2019, q1_2020)
Error inbind_rows()
:
! Can't combine..1$started_at
and..2$started_at
.
Runrlang::last_trace()
to see where the error occurred.
rlang::last_trace()
<error/vctrs_error_ptype2>
Error inbind_rows()
:
! Can't combine..1$started_at
and..2$started_at
.
Backtrace:
▆
- └─dplyr::bind_rows(q1_2019, q1_2020)
Run rlang::last_trace(drop = FALSE) to see 15 hidden frames.
rlang::last_trace(drop = FALSE)
<error/vctrs_error_ptype2>
Error inbind_rows()
:
! Can't combine..1$started_at
and..2$started_at
.
Backtrace:
▆
- ├─dplyr::bind_rows(q1_2019, q1_2020)
- │ └─vctrs::vec_rbind(!!!dots, .names_to = .id, .error_call = current_env())
- ├─vctrs (local)
<fn>
() - │ └─vctrs::vec_default_ptype2(...)
- │ └─vctrs:::vec_ptype2_df_fallback(...)
- │ └─vctrs:::vec_ptype2_params(...)
- │ └─vctrs:::vec_ptype2_opts(...)
- └─vctrs (local)
<fn>
() - └─vctrs::vec_default_ptype2(...)
-
├─base::withRestarts(...)
-
│ └─base (local) withOneRestart(expr, restarts[[1L]])
-
│ └─base (local) doWithOneRestart(return(expr), restart)
-
└─vctrs::stop_incompatible_type(...)
-
└─vctrs:::stop_incompatible(...)
-
└─vctrs:::stop_vctrs(...)
-
└─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call)