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
sv_names<- map(subvariables(ds$veg_enjoy_ca), ~dates(.))
#> Error: `.x` must be a vector, not a `Subvariables` object#> Run `rlang::last_error()` to see where the error occurred.
lapply works for both of these cases, but doesn't here:
lapply(variables(cd(ds, "/")), function(x) name(x))
#> Error: "https://app.crunch.io/api/datasets/<id>/variables/<id>/" is an invalid path: https: is not a folder
The text was updated successfully, but these errors were encountered:
This works:
But this doesn't:
lapply
works for both of these cases, but doesn't here:The text was updated successfully, but these errors were encountered: