Learn R Programming

radiant.data (version 1.0.6)

copy_from: Source for package functions

Description

Source for package functions

Usage

copy_from(.from, ...)

Arguments

.from

The package to pull the function from

...

Functions to pull

Details

Equivalent of source with local=TRUE for package functions. Written by smbache, author of the import package. See https://github.com/smbache/import/issues/4 for a discussion. This function will be deprecated when (if) it is included in https://github.com/smbache/import

Examples

Run this code
# NOT RUN {
copy_from(radiant.data, get_data)

# }

Run the code above in your browser using DataLab