import_from: Import functions from package

Description Usage Arguments See Also Examples

Description

Alternative to library.

Usage

1
import_from(.from, ...)

Arguments

.from

The package from which to import, or the path to a stand-alone .R file.

...

Names or name-value pairs specifying objects to import. If arguments are named, then the imported object will have this new name.

See Also

import_pkg

Examples

1
2
# import_from(magrittr, "%>%")
# import_from(checkmate, assert_logical)

markusdumke/pkg documentation built on May 18, 2019, 2:35 p.m.