View source: R/write_glm_format.R
write_glm_format | R Documentation |
Write ensemble forecast dataframe to General Lake Model formatted csv files
write_glm_format(df, path)
df |
data frame output by |
path |
directory where csv files will be written |
No return value, called to generate csv files in the GLM required format
file <- system.file("extdata", "test-data.csv", package="ropenmeteo")
df <- readr::read_csv(file, show_col_types = FALSE)
df |>
add_longwave() |>
write_glm_format(path = path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.