Tables

module 10
week 15
apa
kable
knitr
papaja
R Markdown
table
Create tables in R Markdown
Author

Jeff Stevens

Published

May 3, 2023

Here we’ll convert those data frames to nicely formatted tables for publications and presentations.

Learning objectives

  • Use kable() to make basic tables
  • Supplement kable() with {kableExtra} functions
  • Make APA-formatted tables with {papaja}’s apa_table()

Pre-meeting

To prepare for this class meeting, please do the following:

Class meeting

Homework after the class meeting

For next class meeting