GLOBEX Dashboard

library(flexdashboard)

Column {data-width=650}

Chart A

hist(iris$Sepal.Length)

Column {data-width=350}

Chart B

plot(iris$Sepal.Length, iris$Petal.Width)

Chart C

lm(Sepal.Width ~ Sepal.Length + Petal.Width, iris)


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.