query_string | R Documentation |
Generate a query string to combine with the endpoint
query_string(f = "json", my_token = NULL, ...)
f |
return format "json by default |
my_token |
An access token to be included in the string if specified |
... |
additional query parameters passed as named pairs. Names are the parameter names and the values are the parameter values. For example: list(outFields = "*") |
This function accepts a named list or vector of query parameters. It compares the parameters with standard parameters and returns a string.
a string, beginning with "query?" to concatenate with the end point
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.