index: Index a shortened package

View source: R/indexPkg.R

indexR Documentation

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"))

Arguments

pkg

The package name

Value

List of long and short forms of particular functions

Examples


if(interactive()){
pkgname <- 'qpdf'
shortenPkg(pkgname,TRUE)
index(pkgname)
}


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