Learn R Programming

yulab.utils (version 0.2.3)

get_fun_from_pkg: get_fun_from_pkg

Description

load function from package

Usage

get_fun_from_pkg(pkg, fun)

Value

function

Arguments

pkg

package

fun

function

Author

Guangchuang Yu

See Also

Other pkg-utils: CRANpkg(), Githubpkg(), get_dependencies(), is.installed(), mypkg(), packageTitle(), pload()

Examples

Run this code
get_fun_from_pkg('utils', 'zip')

Run the code above in your browser using DataLab