Description Usage Arguments Value Author(s)
Given a file
which contains an @importFrom
source.pkg func
directive, replace this with
@importFrom dest.pkg func
1 | replace.importFrom(func, source.pkg, dest.pkg, file)
|
func |
function or function name |
source.pkg |
character(1) of the source package name (ie where the function is currently defined) |
dest.pkg |
character(1) of the destination package name (ie where you want the function to be defined) |
nothing it will edit the src file, so be very careful!
Mark Cowley, 2012-07-16
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.