Learn R Programming

r2shortcode (version 0.2)

help: Help for all functions

Description

Access help for all functions including any newly created shorthand functions

Usage

help(functionName, package = NULL)

Value

Documentation for function

Arguments

functionName

function name to search for

package

package name containing the function. Leave unentered if this is a shorthand function

Examples

Run this code
# \donttest{
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
# }

Run the code above in your browser using DataLab