format_ps | R Documentation |
This format is used for non periodical data
format_ps(tz = "Etc/GMT-1")
tz |
time zone used for chunking/content. Default Etc/GMT-1 |
R6 class object of format_rolf
Define class of columns
starttime: POSIXct
endtime: POSIXct
site: factor/character
parameter: factor/character
unit: factor/character
value: double
A serie is the unique combination of the columns:
site
parameter
unit
The data is chunked by the columns
site
year = year(with_tz(starttime, tz))
site
parameter
unit
n = number of valid values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.