Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return_geometry issue #26

Open
MatthewJWhittle opened this issue Mar 15, 2021 · 1 comment
Open

return_geometry issue #26

MatthewJWhittle opened this issue Mar 15, 2021 · 1 comment

Comments

@MatthewJWhittle
Copy link
Owner

> incidentals <- query_layer(endpoint = ep_survey_incedentals(), my_token = my_token,
+                            return_geometry = FALSE) %>% clean_names()
Error: Internal error in `vec_proxy_assign_opts()`: `proxy` of type `character` incompatible with `value` proxy of type `NULL`.
Run `rlang::last_error()` to see where the error occurred.
@MatthewJWhittle
Copy link
Owner Author

<error/rlang_error>
Internal error in `vec_proxy_assign_opts()`: `proxy` of type `character` incompatible with `value` proxy of type `NULL`.
Backtrace:
  1. `%>%`(...)
  3. getarc::query_layer(...)
  4. getarc:::get_by_fids(...)
  5. purrr::map(...)
  6. getarc:::.f(.x[[i]], ...)
  7. getarc:::get_data(...)
  8. getarc:::get_tibble(query_url = query_url, query = query)
  9. dplyr::bind_rows(purrr::map(content$features, "attributes"))
 10. vctrs::vec_rbind(!!!dots, .names_to = .id)
Run `rlang::last_trace()` to see the full context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant