fullname: Full name of the current user

View source: R/whoami.R

fullnameR 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 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)


gaborcsardi/whoami documentation built on Nov. 3, 2023, 10:52 p.m.