fullname: Full name of the current user

Description Usage Arguments Value See Also Examples

Description

Uses the FULLNAME environment variable, if set. Otherwise tries system full names and the git configuration as well.

Usage

1
fullname(fallback = NULL)

Arguments

fallback

If not NULL then this value is returned if the full name of the user cannot be found, instead of triggering an error.

Value

The full name of the current user.

See Also

Other user names: email_address, gh_username, username, whoami

Examples

1
2
3
4
## Not run: 
fullname()

## End(Not run)

whoami documentation built on May 2, 2019, 9:24 a.m.

Related to fullname in whoami...