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 databook from GitHub with:
# Install devtools package if not already installed
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
# Install databook
devtools::install_github("IDEMSInternational/databook")Once installed, you can load the package and start using its functions.
# Load the databook package
library(databook)For detailed documentation on individual functions and their usage, please refer to the function documentation within R.
Contributions to databook 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.