You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!test_subset(c("geo_value", "time_value"), names(x))) {
269
274
cli_abort(
270
-
"Columns `geo_value` and `time_value` must be present in `x`."
275
+
"Either columns `geo_value` and `time_value` must be present in `x`, or related columns (see the internal functions `guess_time_column_name()` and/or `guess_geo_column_name()` for a complete list)."
0 commit comments