ACME Dashboard

library(flexdashboard)

Chart A

plot(mtcars$cyl, mtcars$wt)

Column {data-width=350}

Chart B

hist(mtcars$mpg)

Chart C

Sys.time()
lm(mpg ~ wt + cyl, data = mtcars)


Try the crunchy package in your browser

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

crunchy documentation built on Jan. 16, 2021, 5:17 p.m.