A dummy package for demo and testing.
```{r, eval = FALSE} # # Install devtools if you don't have it already # install.packages("devtools") devtools::install_github("mariakalimeri/bloodstats") ```
```{r, eval = FALSE} data.frame(var1 = c(1, 2, 3), var2 = c(4, 5, 6)) %>% bloodstats::bloodmeans() ```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.