get_count: Get Count

View source: R/get_feature_id.R

get_countR Documentation

Get Count

Description

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.

Usage

get_count(endpoint, query = list(), my_token = NULL)

Arguments

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

Value

the count of features mathing the query


MatthewJWhittle/getarc documentation built on April 22, 2023, 12:16 p.m.