wwr_export | R Documentation |
Reshape data into formats required by WMO for submission of climatic data this gives Yearly data records with monthly and annual data for a particular year.
wwr_export(
data,
year,
month,
mean_station_pressure,
mean_sea_level_pressure,
mean_temp,
total_precip,
mean_max_temp,
mean_min_temp,
mean_rel_hum,
link,
link_by,
station_data,
wmo_number,
latitude,
longitude,
country_name,
station_name,
height_station,
height_barometer,
wigos_identifier,
folder
)
data |
The data.frame to calculate from |
year |
The name of the year column in |
month |
The name of the month column in |
mean_station_pressure |
TODO |
mean_sea_level_pressure |
TODO |
mean_temp |
TODO |
total_precip |
TODO |
mean_max_temp |
TODO |
mean_min_temp |
TODO |
mean_rel_hum |
TODO |
link |
TODO |
link_by |
TODO |
station_data |
TODO |
wmo_number |
TODO |
latitude |
TODO |
longitude |
TODO |
country_name |
TODO |
station_name |
TODO |
height_station |
TODO |
height_barometer |
TODO |
wigos_identifier |
TODO |
folder |
TODO |
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.