Skip to content
/ mutils Public

Provides useful functions to make data processing smoother.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

MyKo101/mutils

Repository files navigation

mutils

R build status Version Badge

The goal of mutils is to provide useful functions to make data processing smoother. Most functions contained here are “nifty”, rather than “innovative”.

Installation

The development version from GitHub with:

install.packages("devtools")
devtools::install_github("MyKo101/mutils")
library(mutils)

Overview

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.

Code of Conduct

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.

About

Provides useful functions to make data processing smoother.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages