Learn R Programming

inlmisc (version 0.5.5)

usgs_article: USGS Article Format

Description

Format for creating a U.S. Geological Survey (USGS) article.

Usage

usgs_article(...)

Arguments

...

Arguments passed to the pdf_document function.

Value

R Markdown output format to pass to render

Examples

Run this code
# 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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab