discardShortcodes: Discard shortcodes

View source: R/discardShortcodes.R

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



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