This is an R package containing assorted functions which are created for R-Instat, a GUI-free front-end being developed for R. These functions are designed to provide standalone capabilities for various tasks within the R programming environment.
You can install the development version of instatExtras from GitHub with:
# Install devtools package if not already installed
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
# Install instatExtras
devtools::install_github("IDEMSInternational/instatExtras")
Once installed, you can load the package and start using its functions.
# Load the instatExtras package
library(instatExtras)
For detailed documentation on individual functions and their usage, please refer to the function documentation within R.
Contributions to instatExtras
are welcome! If you find any issues or
have suggestions for improvements, please open an issue on the GitHub
repository.
This package was developed as part of the R-Instat project. We acknowledge the contributions of all developers and contributors to the project.