Skip to contents

Check that the provided value is a character string of capital letters with a length of 2. There is no connection to any kind of EPHT system or API.

Usage

check_jurisdiction_code(jurisdiction_code)

Arguments

jurisdiction_code

Two-letter state abbreviation for the submitter state.

Value

list containing exit status code and success/failure message

Examples

check_jurisdiction_code("CA")
#> $code
#> [1] 0
#> 
#> $message
#> Success: jurisdiction_code
#>