Learn R Programming

tidyweather (version 0.2.0)

check_extreme_values: Check for extreme values in weather columns

Description

Check for extreme values in weather columns

Usage

check_extreme_values(data, key_cols, temp_range, radn_range, rain_range)

Value

A data frame of rows with extreme values, or NULL if none found

Arguments

data

A data frame

key_cols

Character vector of column names to check

temp_range

Acceptable range for temperature

radn_range

Acceptable range for radiation

rain_range

Acceptable range for rainfall