This vignette shows how the output looks like in HTML from the other vignette markdown-examples.Rmd, in which the literal HTML code was shown.

library(knitr)
opts_chunk$set(results = 'asis')
out = knit_child(text = scan('markdown-examples.Rmd', what = 'character', skip = 7, sep = '\n'))

r paste(out, collapse = '\n')



jmcascalheira/LGMIberiaCluster documentation built on June 8, 2021, 10 a.m.