get_system_username.Rd
Get the user's username
get_system_username()
A character string containing the system username. Uses Sys.info()["user"] which works reliably across Windows, Mac, and Linux.
Sys.info()["user"]
if (FALSE) { # \dontrun{ get_system_username() } # }