.libPaths | R Documentation |
See the original description in base::.libPaths
.
.libPaths(new, include.site = TRUE)
save <- .libPaths()
save
# ignore the site library
.libPaths("test", include.site = FALSE)
# restore the original
.libPaths(save)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.