A dummy package for demo and testing.
# # Install devtools if you don't have it already # install.packages("devtools") devtools::install_github("mariakalimeri/bloodstats")
data.frame(var1 = c(1, 2, 3), var2 = c(4, 5, 6)) %>% bloodstats::bloodmeans() `` ```r summary(cars)
You can also embed plots, for example:
plot(pressure)
Note that the echo = FALSE
parameter was added to the code chunk to prevent printing of the R code that generated the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.