R.AlphA.Home
Feel at Home using R, Thanks to Shortcuts Functions Making it Simple
Overview
R.AlphA.Home is a collection of personal functions designed to simplify and streamline common R programming tasks. This package provides reusable tools and shortcuts for frequently used calculations and workflows, making R programming more accessible and efficient.
Installation
You can install the released version of R.AlphA.Home from CRAN with:
install.packages("R.AlphA.Home")Or install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("R-alpha-act/R.AlphA.Home")