load.package: Load an R package

Description Usage Arguments

Description

Load an R package

Usage

1
load.package(package = ".")

Arguments

package

A character string which can be either the name of an installed package or the path to a source package. The default value is ".", which assumes the current working directory to be the root directory of a source package. If an installed package with the given name exists, that package will be either unwrapped or simply reloaded, depending on whether an inner package is found. Otherwise the source package at the given path is first installed, then the newly installed package is either unwrapped or reloaded.


ning-yan/packagewrapper documentation built on May 23, 2019, 7:05 p.m.