help: Help for all functions

Description Usage Arguments Value Examples

View source: R/help.R

Description

Access help for all functions including any newly created shorthand functions

Usage

1
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

1
2
3
4
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

r2shortcode documentation built on July 2, 2020, 4:15 a.m.