export_climat_messages: Export CLIMAT messages file(s) from daily data

View source: R/export_climat_messages.R

export_climat_messagesR Documentation

Export CLIMAT messages file(s) from daily data

Description

Export CLIMAT messages file(s) from daily data

Usage

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()
)

Arguments

data

data.frame The data.frame to calculate from.

date_time

Date The name of the date column in data.

station_id

character(1) The name of the station column in data.

year

character(1) The name of the year column in data.

month

character(1) The name of the month column in data.

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

Examples

# TODO

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