help {r2shortcode} | R Documentation |
Help for all functions
Description
Access help for all functions including any newly created shorthand functions
Usage
help(functionName, package = NULL)
Arguments
functionName |
function name to search for |
package |
package name containing the function. Leave unentered if this is a shorthand function |
Value
Documentation for function
Examples
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
[Package r2shortcode version 0.2 Index]