View source: R/utility_functions.R
query_object | R Documentation |
Compose a Query Object
query_object(
default = default_query_parameters(),
user_query = list(),
mandatory = list(),
my_token = NULL
)
default |
the default query parameters such as return format and crs (list). |
user_query |
the user query passed into the query argument or as argument params (list). |
mandatory |
the mandatory query parameters (list). |
my_token |
the access token if required. |
This function composes a query object from a set of query parameters that are either default, mandatory or user specified.
a list of query parameters to pass as the post body in a request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.