importFrom(pkg, {"symbol1", "symbol2"})
This function can be used to import specific symbols from the private dictionary of another package into the private dictionary of the current package.
|
|
To import all private symbols of a package, use debug(Package) instead. The symbols imported with this function can then be exported using export or exportMutable.
The object importFrom is a method function.