prep_get_user_name {dataquieR} | R Documentation |
Return the logged-in User's Full Name
Description
If whoami
is not installed, the user name from
Sys.info()
is returned.
Usage
prep_get_user_name()
Details
Can be overridden by options or environment:
options(FULLNAME = "Stephan Struckmann")
Sys.setenv(FULLNAME = "Stephan Struckmann")
Value
character the user's name
[Package dataquieR version 2.1.0 Index]