bymonth_var: Extract data from a variable list according to specified...

View source: R/bymonth_var.R

bymonth_varR Documentation

Extract data from a variable list according to specified months

Description

Extract data from a var_list by specifying which month the data should contain.

Usage

bymonth_var(var_list, month_num)

Arguments

var_list

var_list created or loaded by this package

month_num

Numeric number of the month (11 = november). Either numeric or vector of numeric elements

Value

var_list containing data of the specified month

Examples

## Not run: temp_june <- bymonth_var(total_temp,6)
temp_june_august <- bymonth_var(total_temp,c(06,08))
## End(Not run)


BSt-Denis/gslcoenv documentation built on Feb. 10, 2023, 7:53 a.m.