find_funz | R Documentation |
determine in which R package a function ‘resides’
find_funz(packs, rfuns)
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 |
returns vector of character strings, names are functions and values are packages
if(interactive()){
load("data/x_packages.RData")
load("data/x_funs.RData")
find_funz(packs=x_packages,rfuns=x_funs)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.