Learn R Programming

r2shortcode (version 0.2)

whatis: Help for all functions

Description

Access help for all functions including any newly created shorthand functions

Usage

whatis(functionName, package = NULL)

Value

help for the particular 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
whatis('qpd.pl') #choose a function name and find help
# }

Run the code above in your browser using DataLab