R Notebook

This is an R Markdown Notebook.

summary(cars)

This is a plot.

plot(cars)

This plot is static.

plot

This is an HTML widget.

if (requireNamespace("dygraphs", quietly = TRUE)) {
  dygraphs::dygraph(nhtemp, main = "New Haven Temperatures") %>% 
    dygraphs::dyRangeSelector(dateWindow = c("1920-01-01", "1960-01-01"))
}
# The R code in here is ignored; we're
# just going to inject some arbitrary HTML.

For more details on using R Markdown see http://rmarkdown.rstudio.com.



Try the rmarkdown package in your browser

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

rmarkdown documentation built on Sept. 18, 2023, 5:17 p.m.