View source: R/query-methods.R
as.query | R Documentation |
Transforms the parameters to a query list.
as.query(service = NULL, category = NULL, phenomenon = NULL, crs = NULL,
bbox = NULL, near = NULL, timespan = NULL, station = NULL,
locale = NULL)
service |
A Service or character identifier to filter with. |
category |
A Category or character identifier to filter with. |
phenomenon |
A Phenomenon or character identifier to filter with. |
crs |
A CRS identifier. |
bbox |
A bouding box character vector. |
near |
A point character vector. |
timespan |
A Interval or a character vector to filter with. |
station |
A Station or character identifier to filter with. |
locale |
A locale character vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.