View source: R/NAME_find_funs.R
find_funs | R Documentation |
A function to identify the installed package(s) for a given function name.
find_funs
identifies the package(s) in which a given function name
f
exists.
find_funs(f)
f |
function name (chr) |
The code of this function was inspired by code from Ben Bolker at https://stackoverflow.com/questions/10553755/name-of-a-package-for-a-given-function-in-r
package_name
packages(s) which the function is part of (chr),
builtin_package
whether the package comes with standard R (a 'builtin' package; lgl),
loaded
whether that package is currently loaded/attached (lgl)
find_funs("qplot")
find_funs("sdfjkl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.