help | R Documentation |
Access help for all functions including any newly created shorthand functions
help(functionName, package = NULL)
functionName |
function name to search for |
package |
package name containing the function. Leave unentered if this is a shorthand function |
Documentation for function
pkgname <- 'qpdf' #pacakge name
shortenPkg(pkgname,TRUE) #shorten the package
index(pkgname) #index the package functions shortened
help('qpd.pl') #choose a function name and find help
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.