Skip to content

Instantly share code, notes, and snippets.

@aarong1
Created October 25, 2021 13:17
Show Gist options
  • Save aarong1/6dc014a100aff4c3abc030a61647c290 to your computer and use it in GitHub Desktop.
Save aarong1/6dc014a100aff4c3abc030a61647c290 to your computer and use it in GitHub Desktop.
How to quickly format a reacttable output in R
reactable(head(testType,4),
defaultColDef = colDef(
align = "center",
minWidth = 50,
headerStyle = list(background = "#f7f7f8")),
columns=list(Created=colDef(minWidth=80))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment