README.md

Overview

The package "matthias" houses functions that have been developed while working on various data analysis projects. They are used to calculate quick statistics, assist with reading large data files into R, and cleaning messy data.

Motivation

I built this package as a place to store various functions that I have written while working on projects. Rather than constantly looking back through old code, I decided to iron out these functions and save them in a package for future use.

Installation

Install the development version from GitHub via the package "devtools":

#Development version from GitHub:
install.packages("devtools")

#Install "matthias" (without vignettes)
devtools::install_github("matthiasronnau/matthias")


#Install "matthias" (with vignettes)
devtools::install_github("matthiasronnau/matthias", build_vignettes = TRUE)


matthiasronnau/matthias documentation built on June 15, 2022, 11:44 p.m.