is_valid_email {RCognito} | R Documentation |
Check if an email address is valid.
Description
This function validates the format of an email address.
Usage
is_valid_email(email)
Arguments
email |
The email address to be validated. |
Value
TRUE if the email is valid, otherwise an error is thrown.
[Package RCognito version 0.1.0 Index]