DEBSOURCES
Skip Quicknav
sources / r-cran-markdown / 1.13-1 / tests / empty.R
1234567
library(markdown) f = tempfile() if (file.create(f)) { mark_html(f, template = FALSE) mark_html(f) unlink(f) }