add_PACKAGES {cranlike} | R Documentation |
Add R packages to the package database
Description
The files must exist in the directory. If the package database does not exist, then it will be created.
Usage
add_PACKAGES(files, dir = ".", fields = NULL, xcolumns = NULL)
Arguments
files |
Files to add, only the file names, without the path.
You can use |
dir |
Package directory. |
fields |
Fields to use in the database if the database is created. |
xcolumns |
Extra scalar columns to add to the database.
Should be a named list of character scalars or |
See Also
Other PACKAGES manipulation:
remove_PACKAGES()
,
update_PACKAGES()
[Package cranlike version 1.0.3 Index]