| usgs_article | R Documentation |
Format for creating a U.S. Geological Survey (USGS) article.
usgs_article(...)
... |
Arguments passed to the |
R Markdown output format to pass to render
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
## Not run:
rmarkdown::draft("myarticle.Rmd",
template = "usgs_article",
package = "inlmisc")
rmarkdown::render("myarticle/myarticle.Rmd")
system("open myarticle/wrapper.pdf")
unlink("myarticle", recursive = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.