View source: R/export_climat_messages.R
export_climat_messages | R Documentation |
Export CLIMAT messages file(s) from daily data
export_climat_messages(
data,
date_time,
station_id,
year = NULL,
month = NULL,
mean_pressure_station = NULL,
mean_pressure_reduced = NULL,
mean_temp = NULL,
mean_max_temp = NULL,
mean_min_temp = NULL,
mean_vapour_pressure = NULL,
total_precip = NULL,
total_sunshine = NULL,
total_snow_depth = NULL,
max_ws = NULL,
min_h_vis = NULL,
folder = getwd()
)
data |
|
date_time |
|
station_id |
|
year |
|
month |
|
mean_pressure_station |
TODO |
mean_pressure_reduced |
TODO |
mean_temp |
TODO |
mean_max_temp |
TODO |
mean_min_temp |
TODO |
mean_vapour_pressure |
TODO |
total_precip |
TODO |
total_sunshine |
TODO |
total_snow_depth |
Daily total snow depth in cm column name |
max_ws |
Daily maximum wind speed in m/s column name |
min_h_vis |
Daily minimum horizontal visibility in m column name |
folder |
TODO |
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.