Learn R Programming

r2shortcode (version 0.2)

index: Index a shortened package

Description

This function will provide you the list of shorthand functions created for a package

Usage

index(pkg = stop("Enter a package name to index"))

Value

List of long and short forms of particular functions

Arguments

pkg

The package name

Examples

Run this code
# \donttest{
if(interactive()){
pkgname <- 'qpdf'
shortenPkg(pkgname,TRUE)
index(pkgname)
}
# }

Run the code above in your browser using DataLab