knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) options(crayon.enabled = NULL)
The goal of mutils is to provide useful functions to make data processing smoother. Most functions contained here are "nifty", rather than "innovative".
The development version from GitHub with:
install.packages("devtools") devtools::install_github("MyKo101/mutils") library(mutils)
Overall, this package is just a collection of functions that I've created as a data scientist. It is far from exhaustive, but it contains many of the functions that I find myself using repeatedly. Some are simple formula, some are designed to make processes quicker and some create tidier outputs (to my personal standards). There may be simpler/faster/more obvious ways to do many of the things contained in here, and improvements on speed/efficiency are more than welcome.
Please note that the mutils project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.