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)
Email address on success. Otherwise an error is thrown.
Other user names: fullname
,
gh_username
, username
,
whoami
if (FALSE) { # \dontrun{
email_address()
} # }