validate_year: Check that the year is in the correct format e.g. '2001-2002'...

View source: R/import.R

validate_yearR Documentation

Check that the year is in the correct format e.g. '2001-2002' is correct and returns TRUE, '2001' is not correct and returns FALSE

Description

Check that the year is in the correct format e.g. '2001-2002' is correct and returns TRUE, '2001' is not correct and returns FALSE

Usage

validate_year(year, throw_error = TRUE)

Arguments

year

the year or years to validate

throw_error

whether to throw an error if the year is invalid


SilentSpringInstitute/RNHANES documentation built on Feb. 15, 2024, 11:26 p.m.