bloodstats

A dummy package for demo and testing.

Installation

```r

# Install devtools if you don't have it already

install.packages("devtools")

devtools::install_github("suvasama/bloodstats") ```

Examples

```r data.frame(var1 = c(1, 2, 3), var2 = c(4, 5, 6)) %>% bloodstats::bloodmeans() \ ```



suvasama/bloodstats documentation built on May 16, 2019, 4:09 a.m.