MatthewJWhittle / getarc

Other
3 stars 3 forks source link

return_geometry issue #26

Open MatthewJWhittle opened 3 years ago

MatthewJWhittle commented 3 years ago
> 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 commented 3 years ago
<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.