Return the logged-in User's Full Name
If whoami
is not installed, the user name from Sys.info()
is returned.
prep_get_user_name()
character the user's name
Can be overridden by options or environment:
options(FULLNAME = "Stephan Struckmann")
Sys.setenv(FULLNAME = "Stephan Struckmann")
Useful links