powered by
This will discard all shorthand functions created and delete them from stores as well. Good if you inadvertently shorthand a package.
discardShortcodes( pkg, reflib = options()$.funCNamesPkgReference, response = TRUE )
unloads short function names
package name
reference library, preferrably leave unentered
TRUE or FALSE, return a response upon completion
# \donttest{ pkgName = 'quickcode' shortenPkg(pkgName) discardShortcodes(pkgName) # }
Run the code above in your browser using DataLab