Last data update: 2014.03.03

R: Full name of the current user
fullnameR Documentation

Full name of the current user

Description

Tries system full names and git configuration as well.

Usage

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

## Not run: 
fullname()

## End(Not run)

Results