discardShortcodes {r2shortcode}R Documentation

Discard shortcodes

Description

This will discard all shorthand functions created and delete them from stores as well. Good if you inadvertently shorthand a package.

Usage

discardShortcodes(
  pkg,
  reflib = options()$.funCNamesPkgReference,
  response = TRUE
)

Arguments

pkg

package name

reflib

reference library, preferrably leave unentered

response

TRUE or FALSE, return a response upon completion

Value

unloads short function names

Examples


pkgName = 'quickcode'
shortenPkg(pkgName)
discardShortcodes(pkgName)



[Package r2shortcode version 0.2 Index]