## Create a new document
my_document <- write_rmd(
title = "A journey in rOpenSci",
author = "Miguel Alvarez",
output = "html_document",
body = read_rmd(file.path(path.package("yamlme"),
"taxlistjourney.Rmd")))
my_document
if (FALSE) {
## Render the document
render_rmd(my_document, "taxlistjourney")
}
Run the code above in your browser using DataLab