Skip to contents

Check that the provided value is a character string and has a string length greater than 0.

Usage

check_submitter_title(submitter_title)

Arguments

submitter_title

Title of person submitting data to EPHT.

Value

list containing exit status code and success/failure message

Examples

check_submitter_title("Data Scientist")
#> $code
#> [1] 0
#> 
#> $message
#> Success: submitter_title
#>