A wide variety of tools for general data analysis, wrangling, spelling, statistics, visualizations, package development, and more. All functions have vectorized implementations whenever possible. Exported names are designed to be readable, with longer names possessing short aliases.
Installation
FastUtils is registered on CRAN. To install, try the following
install.packages("FastUtils")
For the latest development edition, try the following
library(devtools)
devtools::install_github("Qile0317/FastUtils")
Usage and Documentation
There is a large collection of utility functions to use. Browse the reference manual with help(package = "FastUtils")
to see all functions. Alternatively, check the reference manual online here: https://qile0317.github.io/FastUtils/reference/index.html.
Contributing
Github pull requests from forked branches are more than welcome as it is mostly a solo-project at the moment. For major changes, please open an issue first to discuss what you would like to change. Please also make sure to update tests as appropriate. See CONTRIBUTING.md
for more information.