pkgstats_fn_names | R Documentation |
Extract names of all functions for one R package
pkgstats_fn_names(path)
path |
Either a path to a local source repository, or a local '.tar.gz' file, containing code for an R package. |
A data.frame
with three columns:
package: Name of package
version: Package version
fn_name: Name of function
Other misc:
extract_tarball()
# 'path' can be path to a package tarball:
f <- system.file ("extdata", "pkgstats_9.9.tar.gz", package = "pkgstats")
path <- extract_tarball (f)
s <- pkgstats_fn_names (path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.