read.aqts.ts | R Documentation |
read.aqts.ts
is used to retrieve time series metadata from the AQTS Publish Service. Arguments to this function are passed unmodified to raquarius::GetTimeSeriesUniqueIdList()
to retrieve matching time series. Then, metadata is retrieved with raquarius::GetTimeSeriesDescriptionListByUniqueId()
.
read.aqts.ts(...)
LocationIdentifier |
A monitoring location identifier to filter by |
Parameter |
A parameter to filter by |
## Not run:
ret <- read.aqts.ts(
LocationIdentifier = c("VNB", "21B"),
Parameter = "Temperature",
QueryFrom = Sys.date() - 365
)
head(ret)
ret <- ret |> unnest(points)
head(ret)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.