fullname {whoami} | R Documentation |
Uses the FULLNAME
environment variable, if set.
Otherwise tries system full names and the git configuration as well.
fullname(fallback = NULL)
fallback |
If not |
The full name of the current user.
Other user names: email_address
,
gh_username
, username
,
whoami
## Not run:
fullname()
## End(Not run)