# NOT RUN {
md_chunk("$ sudo apt install r-base-dev", info = "bash")
md_chunk(c("library(ggplot2)", "ggplot(mpg)+", "geom_point(aes(displ, hwy))"), type = "tilde")
md_indent(
n = c(4, 4, 6),
x = c(
"library(dplyr)",
"starwars %>%",
"filter(species == 'Droid')"
)
)
# }
Run the code above in your browser using DataLab