index: Index a shortened package

Description Usage Arguments Value Examples

View source: R/indexPkg.R

Description

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

Usage

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

Arguments

pkg

The package name

Value

List of long and short forms of particular functions

Examples

1
2
3
pkgname <- 'qpdf'
shortenPkg(pkgname,TRUE)
index(pkgname)

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