# In RMarkdown, use inline code (e.g., `r button()` and `r endbutton()`)
# to create a toggleable button.
if (interactive()) {
button("Supplementary materials")
# Hidden content goes here.
endbutton()
}
Run the code above in your browser using DataLab