Description Usage Arguments Value Examples
View source: R/exported_functions.R
View and edit the list of folders that R will look inside when trying to find a package. Add an existing folder, create and add a new folder, or shuffle a folder to the front of the list so that it is used as the default installation location for new packages in the current session.
1 |
path |
(Character, or omit) A path to add to the library search path. Can be an
absolute or relative path. If |
make_path |
(Logical) If |
ask |
(Logical) If |
A character vector of the folders on the library search path. If path
was not
omitted, it will be the first element.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.