fullname {whoami} | R Documentation |
Full name of the current user
Description
Uses the FULLNAME
environment variable, if set.
Otherwise tries system full names and the git configuration as well.
Usage
fullname(fallback = NULL)
Arguments
fallback |
If not |
Value
The full name of the current user.
See Also
Other user names: email_address
,
gh_username
, username
,
whoami
Examples
## Not run:
fullname()
## End(Not run)
[Package whoami version 1.3.0 Index]