sts_isValid | R Documentation |
The sts
is checked for the presence of core
meta
and data
columns.
Core meta
columns include:
deviceDeploymentID
– unique identifier (see MazmaLocationUtils)
deviceID
– device identifier
locationID
– location identifier (see MazmaLocationUtils)
locationName
– English language name
longitude
– decimal degrees E
latitude
– decimal degrees N
elevation
– elevation of station in m
countryCode
– ISO 3166-1 alpha-2
stateCode
– ISO 3166-2 alpha-2
timezone
– Olson time zone
Core data
columns include:
datetime
– measurement time (UTC)
sts_isValid(sts = NULL, verbose = FALSE)
sts |
sts object |
verbose |
Logical specifying whether to produce detailed warning messages. |
TRUE
if sts
has the correct structure,
FALSE
otherwise.
library(MazamaTimeSeries)
sts_isValid(example_sts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.