as_daily {GHCNr} | R Documentation |
Cast Table to Daily
Description
Cast Table to Daily
Usage
as_daily(data)
Arguments
data |
A data frame or tibble to be used as the underlying data. |
Value
An object of class daily
.
Examples
## Not run:
df <- read.csv(...)
df <- as_daily(df)
## End(Not run)
[Package GHCNr version 0.8.0 Index]