Learn R Programming

checked (version 0.5.0)

lib_path: Make a Library Location

Description

A description of where packages should be installed. This object provides necessary information to determine where a package should be installed. lib_path method creates default path handlers for given pkg origin while lib_path_x creates an actual object.

Usage

lib_path(x, ..., .class = c())

lib_path_default(.class = c())

lib_path_isolated(.class = c())

Arguments

x

A pkg_origin() object used for default dispatch.

...

Additional values

.class

An optional subclass, used primarily for dispatch.

See Also

Other specs: pkg_origin()