wwr_export: Title

View source: R/wwr_export.R

wwr_exportR Documentation

Title

Description

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.

Usage

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
)

Arguments

data

The data.frame to calculate from

year

The name of the year column in data.

month

The name of the month column in data.

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

Examples

# TODO

IDEMSInternational/cdms.products documentation built on July 7, 2023, 10:13 a.m.