name: Query issue template about: This issue template is for reporting an issue with a query. title: '' labels: '' assignees: StevenMMortimer
When filing your issue please make an attempt to understand your query and debug a little bit on your own. Below are a few suggestions on how to troubleshoot and document your issue. You may also refer to the Troubleshooting section of the Supported Queries vignette. Thank you for considering these steps! It will speed up the process of resolving your issue.
[ ] I have set verbose=TRUE
in sf_query()
.
[ ] I have tried a few different function call arguments to see if I can workaround and/or isolate the issue (e.g. reviewing the output from the "SOAP" vs "REST" or the "Bulk 1.0" vs "Bulk 2.0" or tinkering with the control
argument in the function call).
[ ] I have taken a look at the query unit tests test-query.R to see if my type of query has been documented and tested.
[ ] I have considered making a minimal reproducible example using the reprex package. Details on how to create a reprex are available here: https://www.tidyverse.org/help/#reprex.
[ ] I have included the version of R and any packages that are used (Hint: Simply copy/paste the result of devtools::session_info()
at the bottom of your issue).
A brief description of the problem.
# consider inserting a reprex here
# consider inserting the output of devtools::session_info() here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.