asa_article.Rd 891 B

123456789101112131415161718192021222324252627282930
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/asa_article.R
  3. \name{asa_article}
  4. \alias{asa_article}
  5. \title{American Statistical Association (ASA) Journal format.}
  6. \usage{
  7. asa_article(..., keep_tex = TRUE, citation_package = "natbib")
  8. }
  9. \arguments{
  10. \item{...}{Arguments to \code{rmarkdown::pdf_document}}
  11. \item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF}
  12. \item{citation_package}{The LaTeX package to process citations, \code{natbib}
  13. or \code{biblatex}. Use \code{none} if neither package is to be used.}
  14. }
  15. \value{
  16. R Markdown output format to pass to \code{\link[rmarkdown:render]{render}}
  17. }
  18. \description{
  19. This format was adapted from The American Statistican format, but it
  20. should be fairly consistent across ASA journals
  21. }
  22. \examples{
  23. \dontrun{
  24. rmarkdown::draft("MyArticle.Rmd", template = "asa_article", package = "rticles")
  25. }
  26. }