Description Usage Arguments Value Examples
View source: R/load_temperature_from_csv.R
Load Temperature Data From CSV
1 |
path |
path to csv file with temperature data and columns: "date" (YYYY-MM-DD) and "value" |
tibble with temperature data and columns "date" and "value"
1 2 3 | path <- kwb.heatsine::extdata_file("temperature_groundwater_Txxxx3.csv")
gw_data <- kwb.heatsine::load_temperature_from_csv(path)
gw_data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.