email_address {whoami} | R Documentation |
If uses the EMAIL
environment variable, if set.
Otherwise it tries to find it in the user's global git configuration.
email_address(fallback = NULL)
fallback |
If not |
Email address on success. Otherwise an error is thrown.
Other user names: fullname
,
gh_username
, username
,
whoami
## Not run:
email_address()
## End(Not run)