Description Usage Arguments Details Value Examples
Converts an imported Vaisala data frame to one that is in the Megaframe format
1 | tidy_vaisala(vaisala_df)
|
vaisala_df |
A dataframe from importing a Vaisala timeseries |
Megaframe format variables: datetime, year, month, ghi, dni, dhi, temp, ws, model
A dataframe in the Megaframe format
1 2 3 4 5 6 | ## Not run:
vaisala_df <- read_csv('vaisala_file.csv', skip = 1)
vaisala <- tidy_vaisala(vaisala_df)
summary(vaisala)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.