View source: R/get_feature_id.R
get_count | R Documentation |
This function accepts an endpoint and a query and returns the count of features matching the query. It is a useful and fast method of determining if the query will return any data.
get_count(endpoint, query = list(), my_token = NULL)
endpoint |
the url endpoint of the service. See feature_server_endpoint and map_server_endpoint |
query |
an optional query to include in the request |
my_token |
an access token to be included when required |
the count of features mathing the query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.