For a given ID looks up user name

get_full_name(id = NULL)

Arguments

id

ID to look full name up. If null (default) looks up ID of current user

Value

First and Last name associated with ID

Details

If id null, uses system "USERNAME" variable for Windows and "USER" variable for Linux and MACs. Full Name is found in Windows via the net command, and via ldap search in Linux and MACs.

Examples

get_full_name()
#> [1] "Garrick Aden-Buie"