- Notifications
You must be signed in to change notification settings - Fork0
An R Package that Shortens Other Packages
License
oobianom/r2shortcode
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Official site:https://r2shortcode.obi.obianom.com
Have you come across packages with function names that are either too long or too similar to another frequently used function? Well, what if you can change those function names and still use the package?
Shorten function names of packages. Make it easier to use. Write long descriptive functions in your R package. Users have the choice to use the long form of the function name or shorten the functions using the r2shortcode package.
install.packages("r2shortcode")
library("r2shortcode")
shortenPkg("r2shortcode",addPrefix = T)
index("r2shortcode")
help("r2.gP") #OR whatis("r2.gP")
r2d.d("hello") instead of r2shortcode::define("hello")
About
An R Package that Shortens Other Packages
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
