Description Usage Arguments Details
reinstallr
1 | reinstallr(path = NULL, pattern = NULL, ...)
|
path |
Directory which is scanned recursively. Default is the working directory. |
pattern |
Regex to identify R source files. Default is .*\.(R|r|Rnw|Rhtml|Rpres|Rmd)$ |
... |
Parameters passed to install.packages() |
reinstallr() scans all R source files in the path specified by the path
parameter and matching the pattern
regex.
reinstallr looks for library(package)
, require(package)
and package::function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.