Description Usage Arguments Value Functions
Install and uninstall 'rcli' by appending / removing one line of code to the ‘~/.Rprofile’ file.
1 2 3 4 5 6 7 8 9 10 11 |
path |
The path where to create / update the ‘.Rprofile’ file. |
backup |
If |
overwrite |
If the R startup file already exist, then |
quiet |
If |
validate |
If |
(invisible) The pathname of the R startup file modified.
install
: injects
if (nzchar(Sys.getenv("R_CMD")) && require("rcli", quietly=TRUE)) rcli::r_cmd_call()
to the ‘.Rprofile’ file (created if missing).
uninstall
: Remove calls to startup::startup()
and similar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.