Check the validity of a submitter email
Source:R/check_submission_helpers.R
check_submitter_email.Rd
Check that the provided value is a character string and can reasonably be assumed to an email. This is a simple, non-comprehensive check and is in no way meant to be the final say of whether or not your email meets the regex check. However, in order for users to get feedback and/or success/failure messages on data submissions to the EPHT it is imperative that the correct email be supplied.
See also
Other checks:
check_content_group_id()
,
check_data()
,
check_data_content()
,
check_jurisdiction_code()
,
check_mcn()
,
check_state_fips_code()
,
check_submission()
,
check_submitter_name()
,
check_submitter_title()