index | R Documentation |
This function will provide you the list of shorthand functions created for a package
index(pkg = stop("Enter a package name to index"))
pkg |
The package name |
List of long and short forms of particular functions
if(interactive()){
pkgname <- 'qpdf'
shortenPkg(pkgname,TRUE)
index(pkgname)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.