/littlehelperRs

A package will all those little functions I use make my every day life easier.

OtherNOASSERTION

littlehelperRs

The goal of littlehelperRs is to organize the functions I keep using on a daily basis.

Example

Little helper function that creates a data.frame into numeric matrix using the first column as rownames.

mat <- df2matrix(df)
head(mat)