summarise_inventory_data: Title

View source: R/summarise_inventory_data.r

summarise_inventory_dataR Documentation

Title

Description

Title

Usage

summarise_inventory_data(data, station, elements)

Arguments

data

The data.frame to calculate from

station

The name of the station column in data, if the data are for multiple station. The summary table is calculated separately for each station.

elements

The name of the columns in data to apply the summary calculation to.

Examples

data(daily_niger)
summarise_inventory_data(data = daily_niger, station = "station_name", elements = c("tmax", "tmin"))

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