usgs_article: USGS Article Format

View source: R/usgs_article.R

usgs_articleR Documentation

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

Author(s)

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

Examples

## 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)


USGS-R/inlmisc documentation built on Sept. 17, 2022, 2:38 a.m.