inst/examples/example2.R

#' ---
#' output: md_document
#' ---

#' head of mtcars
head(mtcars)

#' summarise data
iris[ iris$Sepal.Length > 7, ]

Try the gistr package in your browser

Any scripts or data that you put into this service are public.

gistr documentation built on July 29, 2020, 9:07 a.m.