Gets the variables available for sites and datasources
Source:R/get_variable_list.R
get_variable_list.RdGets the variables available for sites and datasources
Arguments
- portal
character for the data portal (case insensitive). Default 'victoria'
- site_list
character site code, either a single site code
"sitenumber", comma-separated codes in a single string"sitenumber1, sitenumber2, or a vector of site codesc("sitenumber1", "sitenumber2")- datasource
as in
get_ts_traces(), but can be a vector. As far as I can tell, options are'A','TELEM','TELEMCOPY'. If multiple,c('A', 'TELEM')- return_timezone
character in
OlsonNames()or one of three special cases:'db_default','char'or'raw'. Default 'UTC'. If 'db_default', uses the API default. If'char', returns a string in the format'YYYY-MM-DDTHH:MM:SS+TZ', having all needed info (and matching Kiwis returns). If'raw', returns the time column as-is from the API (a 14-digit string of numbers 'YYYMMDDHHMMSS')"sxvlist"returns a list with an separate tibble for each site x variable combination
Examples
v2 <- get_variable_list(portal = 'vic',
site_list = "233217, 405328, 405331, 405837",
datasource = c("A", "TELEM")
)