If only the argument sos
is provided, this function returns a character vector with the phenomenon ids.
If timeInfo = TRUE
, the result is a data.frame
where the character vector of phenomena is combined with a character columns beginTime
and endTime
. Note that these two columns indicate the very beginning and end of any time series recorded for each phenomenon across all sites and does not imply any continuity.
If sites = TRUE
, the result is a data.frame
where the character vector of phenomena is combined with a character column siteID
. Phenomena that have been observed at several sites will be replicated for each site. If also timeInfo = TRUE
, the data.frame
will have character columns beginTime
and endTime
per phenomenon and site. Note that these two columns indicate the very beginning and end of any time series recorded for each phenomenon at each site, but does still not imply to be continuous series.