inst/apps/048-including-html-text-and-markdown-files/include.md

This file is include.md

The content of this file is:

Including code

In the .md file, R code is highlighted, and code can be included inline with backticks, as in sum(1:10). However, this is not an .Rmd file, and the code will not be executed by knitr.

# Some example code
x <- 12
x + 1


rstudio/shinycoreci documentation built on April 11, 2025, 3:17 p.m.