Learn R Programming

bitfield (version 0.6.1)

.getDependencies: Identify packages to custom functions

Description

Identify packages to custom functions

Usage

.getDependencies(fun)

Value

vector of packages that are required to run the function.

Arguments

fun

function(...)
the custom function in which to identify dependencies.