| email_address {whoami} | R Documentation |
Email address of the current user
Description
If uses the EMAIL environment variable, if set.
Otherwise it tries to find it in the user's global git configuration.
Usage
email_address(fallback = NULL)
Arguments
fallback |
If not |
Value
Email address on success. Otherwise an error is thrown.
See Also
Other user names: fullname,
gh_username, username,
whoami
Examples
## Not run:
email_address()
## End(Not run)
[Package whoami version 1.3.0 Index]