Worksheet Day 1 - Automatable Reports

Author
Affiliations
Julia Schulte-Cloos

Robert Schuman Center for Advanced Studies, European University Institute

Lab Session I 👩‍💻 👨‍💻

Create a reproducible document that…

  • includes a title and your authoring information
  • features a footnote and an image
  • features some real literate programming (e.g., printing some calcuation within the written text)
  • can be rendered both to HTML and PDF

🎁 Bonus

Turn your Rmd file into a Quarto document (…or the other way around!) What are some of the differences?

Lab Session II 👩‍💻 👨‍💻

Create a reproducible document that…

  • adds a bib-file and cites some work out of it
  • features 1.5 line spacing in its PDF version
  • includes cross-references to a regression table (hint: try to work with modelsummary)

🎁 Bonus

Integrate two tables side-by-side, each with its own sub-caption (hint: Quarto makes it quite easy to solve this task)

Lab Session III 👩‍💻 👨‍💻

Create a reproducible Quarto document that…

  • includes a dedicated title block with all your information and all information of your co-author(s)
  • can be rendered both to an html file and a “submission-ready” journal manuscript
  • which kind of author-related information can be included in the PDF? ☝️ Hint: here is a starting point to improve this!

🎁 Bonus

Download and integrate a Lua-filter that allows you to exclude certain elements of the reproducible document depending on the output format (blog post vs. manuscript).