usgs_article: USGS Article Format

Description Usage Arguments Value Author(s) Examples

View source: R/usgs_article.R

Description

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

Usage

1

Arguments

...

Arguments passed to the pdf_document function.

Value

R Markdown output format to pass to render

Author(s)

J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)

inlmisc documentation built on Jan. 25, 2022, 1:14 a.m.