inst/examples/is_properName.R

# Valid proper names

is_proper_name("John") == TRUE

is_proper_name("john") == FALSE

is_proper_name(123) == FALSE 
c5sire/datacheck documentation built on May 13, 2019, 10:32 a.m.