Branding and Packaging Reports with R Markdown
wjakethompson bit.ly/ratlas-rstudioconf wjakethompson.com @wjakethompson
Jake Thompson, PhD
University of Kansas Accessible Teaching, Learning, and Assessment Systems
Branding and Packaging Reports with R Markdown Jake Thompson, PhD - - PowerPoint PPT Presentation
Branding and Packaging Reports with R Markdown Jake Thompson, PhD University of Kansas Accessible Teaching, Learning, and Assessment Systems 2020-01-30 rstudio::conf(2020) bit.ly/ratlas-rstudioconf wjakethompson wjakethompson.com
wjakethompson bit.ly/ratlas-rstudioconf wjakethompson.com @wjakethompson
University of Kansas Accessible Teaching, Learning, and Assessment Systems
Noelle Pablo
Assistant Psychometrician University of Kansas, ATLAS @noelle_pablo noellepablo
Jeff Hoover
Graduate Research Assistant University of Kansas, ATLAS @JeffreyCHoover JeffreyCHoover
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
1. Start writing document in R Markdown.
bit.ly/ratlas-rstudioconf
1. Start writing document in R Markdown.
bit.ly/ratlas-rstudioconf
1. Start writing document in R Markdown.
document.
bit.ly/ratlas-rstudioconf
1. Start writing document in R Markdown.
document.
YAML.
bit.ly/ratlas-rstudioconf
Grolemund
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
Copy and paste into each project
Wrap it up in an R package!
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
ratlas |-- DESCRIPTION |-- inst | |-- rmarkdown | |-- rstudio |-- man |-- NAMESPACE |-- R |-- README.md |-- tests |-- vignettes
bit.ly/ratlas-rstudioconf
ratlas |-- inst | |-- rmarkdown | |-- templates | |-- topicguide | |-- resources | |-- template.docx | |-- techreport | |-- resources | |-- template.tex
bit.ly/ratlas-rstudioconf
topicguide_docx <- function(...) { template <- system.file("rmarkdown", "templates", "topicguide", "template.docx") base <- bookdown::word_document2(reference_docx = template, ...) base$knitr$opts_chunk$echo <- FALSE base$knitr$opts_chunk$fig.asp <- 0.618 base }
bit.ly/ratlas-rstudioconf
ratlas |-- inst | |-- rstudio | |-- templates | |-- project | |-- topicguide.dcf | |-- topicguide_resources | |-- index.Rmd | |-- references.bib
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf
Gwendolyn Reynolds
bit.ly/ratlas-rstudioconf
bit.ly/ratlas-rstudioconf @wjakethompson wjakethompson.com