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)

Arguments

files

Files to add, only the file names, without the path. You can use base::basename() to chop off the path.

dir

Package directory.

fields

Fields to use in the database if the database is created.

See Also

Other PACKAGES manipulation: remove_PACKAGES, update_PACKAGES


[Package cranlike version 1.0.2 Index]