whatis: Help for all functions

whatisR Documentation

Help for all functions

Description

Access help for all functions including any newly created shorthand functions

Usage

whatis(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

help for the particular function

Examples


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



r2shortcode documentation built on May 29, 2024, 4:58 a.m.