View source: R/aims_filter_values.R
aims_filter_values | R Documentation |
This is a utility function which allows to user to query about the existing possibilities of a given filter name
aims_filter_values(target, filter_name)
target |
A |
filter_name |
A |
For a full description of each valid filter_name see
?aims_expose_attributes
. In the temperature logger dataset,
"subsite" is equivalent to "series"; moreover, note that there is only one
parameter being measured (i.e. water temperature), so the "parameter" filter
contains one single value.
Either a data.frame
if
filter_name = "series"
, else a character
vector.
AIMS Datacentre adc@aims.gov.au
aims_data
, aims_expose_attributes
## Not run:
library(dataaimsr)
aims_filter_values("weather", filter_name = "site")
aims_filter_values("temp_loggers", filter_name = "subsite")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.