find_funz: find_funz

View source: R/foodweb.R

find_funzR Documentation

find_funz

Description

determine in which R package a function ‘resides’

Usage

find_funz(packs, rfuns)

Arguments

packs

list of character strings containing the names of the packages

rfuns

list of character strings containing the names of functions in packs to which the result is to be restricted

Value

returns vector of character strings, names are functions and values are packages

Examples

if(interactive()){
load("data/x_packages.RData")
load("data/x_funs.RData")
find_funz(packs=x_packages,rfuns=x_funs)
}


foodwebWrapper documentation built on June 22, 2024, 12:26 p.m.