Gets sites that have a given datasource
Source:R/get_sites_by_datasource.R
get_sites_by_datasource.Rd
Useful for getting lists of most sites
Arguments
- portal
character for the data portal (case insensitive). Default 'victoria'
- datasources
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')
Examples
sxd <- get_sites_by_datasource(portal = 'vic', datasources = c('A', 'TELEM'))