Learn R Programming

thisplot (version 0.3.1)

get_namespace_fun: Get a function from a namespace

Description

Get a function from a namespace

Usage

get_namespace_fun(pkg, fun)

Value

Function.

Arguments

pkg

The name of the package.

fun

The name of the function.