list_validated_emails {rhub} | R Documentation |
List validated email addresses
Description
List email addresses validated on R-hub on the current machine.
Usage
list_validated_emails()
Value
A data.frame
with two columns: email
and token
.
If in interactive mode, and there are no validated email addresses,
then a message is printed and the data frame is returned invisibly.
See Also
Other email validation:
validate_email()
[Package rhub version 1.1.2 Index]