as_daily | R Documentation |
Cast Table to Daily
as_daily(data)
data |
A data frame or tibble to be used as the underlying data. |
An object of class ghcn_daily
.
## Not run:
df <- read.csv(...)
df <- as_daily(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.