.listFiles | R Documentation |
List pre-built packages in a directory based on file extension
.listFiles(pkgs, path, type)
pkgs |
Character vector of package names |
path |
Character string specifying the directory containing packages to be added. |
type |
Character indicating the package type (e.g., "source", "win.binary", etc.). |
Installs the packages and returns the new package index.
## Not run:
.listFiles('path/to/my/packages', type = "source")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.