dbW_check_weatherData: Check that weather data is well-formed

View source: R/sw_dbW_WeatherDatabase.R

dbW_check_weatherDataR Documentation

Check that weather data is well-formed

Description

Check that weather data is organized in a list where each element is of class swWeatherData, and represents daily data for one Gregorian year

Usage

dbW_check_weatherData(x, check_all = TRUE)

Arguments

x

An object.

check_all

A logical value

Value

A logical value.

Examples

dbW_check_weatherData(rSOILWAT2::weatherData)
dbW_check_weatherData(weatherHistory())
dbW_check_weatherData(weatherHistory(), check_all = FALSE)



Burke-Lauenroth-Lab/rSOILWAT2 documentation built on Dec. 9, 2023, 1:46 a.m.