R/check_dimensionType.R
check_dimensionType.Rd
Check to determine the if a valid dimension type has been supplied.
check_dimensionType(dimensionType)
character; A vector of dimension type. Must only contain the following values: "area", "depth", "width", "discharge"
Returns TRUE if the vector of dimension types only contain valid values.
Other check functions: check_regions()
check_regions()