Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An R Package that Shortens Other Packages

License

NotificationsYou must be signed in to change notification settings

oobianom/r2shortcode

Repository files navigation

CRAN_Status_Badge

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.

Quick example in R

install.packages("r2shortcode")

library("r2shortcode")

Use this package to shorten the functions in the package "r2shortcode"

shortenPkg("r2shortcode",addPrefix = T)

Index all the short forms of the functions for the package

index("r2shortcode")

help("r2.gP") #OR whatis("r2.gP")

How to use function - In this case is the "define" function

r2d.d("hello") instead of r2shortcode::define("hello")

About

An R Package that Shortens Other Packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp