View source: R/prep_get_user_name.R
| prep_get_user_name | R Documentation |
If whoami is not installed, the user name from
Sys.info() is returned.
prep_get_user_name()
Can be overridden by options or environment:
options(FULLNAME = "Stephan Struckmann")
Sys.setenv(FULLNAME = "Stephan Struckmann")
character the user's name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.