- x
an object of class FeatureLayer, Table, or ImageServer.
- ...
additional query parameters passed to the API.
- fields
a character vector of the field names that you wish to be
returned. By default all fields are returned.
- where
a simple SQL where statement indicating which features should be
selected.
- crs
the spatial reference to be returned. If the CRS is different than
the CRS for the input FeatureLayer, a transformation will occur
server-side. Ignored if x is a Table.
- geometry
default TRUE. If geometries should be returned. Ignored for
Table objects.
- filter_geom
an object of class bbox, sfc or sfg used to filter
query results based on a predicate function.
- predicate
Spatial predicate to use with filter_geom. Default
"intersects". Possible options are "intersects", "contains",
"crosses", "overlaps", "touches", and "within".
- n_max
the maximum number of features to return. By default returns
every feature available. Unused at the moment.
- page_size
the maximum number of features to return per request. Useful when requests return a 500 error code. See Details.
- token
your authorization token.