Skip to contents

Check that the provided value is a character string, that numbers 0-9 and has a string length of 2.

Usage

check_state_fips_code(state_fips_code)

Arguments

state_fips_code

FIPS code of the submitter state.

Value

list containing exit status code and success/failure message

Examples

check_state_fips_code("06")
#> $code
#> [1] 0
#> 
#> $message
#> Success: state_fips_code
#>