Description Usage Arguments Author(s) Examples
View source: R/term_user_lib.R
Sets R
user library using .libPaths
and R_LIBS_USER
in .Renviron
.
1 | term_user_lib(libpath = NULL, dir = Sys.getenv("HOME"), overwrite = TRUE)
|
libpath |
Character string.
User library path.
If unspecified, defaults to
|
dir |
Character string.
|
overwrite |
Logical.
If |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 | ## Not run:
term_user_lib(
libpath = file.path(getwd(), "lib"),
dir = getwd()
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.