Level-two and below headings…
…are all contained in the same section.
Example text.
You may include any number of plots in a section.
par(mar = c(4, 4, .5, .1))
plot(cars, pch = 19)
plot(pressure, type = 'h')
Local news reported a giant inflatable rubber duck rolling down the street of Des Moines, where this package is conceived.
The Rolling Duck
You should call rolldown::scrollama_setup()
at the end of a document. Turn off the debug
option to get rid of the horizontal line on the page, and you probably also want echo=FALSE
on this code chunk:
rolldown::scrollama_setup(
list(step = '.level1', offset = .2, debug = TRUE)
)