Description Usage Arguments Details Value Examples
Generate a list of existing local SNAPverse packages.
1 | sv_local_pkgs(base_path = "../", self = TRUE)
|
base_path |
defaults to the parent directory of the working directory. |
self |
logical, include the currently loaded package (working directory) if in the SNAPverse. |
This function looks for packages beginning with the expression ^snap*
and sharing the same parent
directory as the current package/working directory. If self = TRUE
(default),
the current working directory will be included in the list if applicable.
a character vector.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.