Skip to content

Commit

Permalink
Update documentation.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pingfan-hu committed Dec 13, 2024
1 parent 124423f commit 00bd26c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ todo_df <- read.csv(
)
todo_df$Progress <- ifelse(todo_df$Progress == 1, complete, incomplete)
tt(todo_df, theme = "striped") |>
tt(todo_df, theme = "grid") |>
style_tt(fontsize = 0.9) |>
style_tt(i = 0, align = "c") |>
style_tt(j = c(1, 3, 4), align = "c")
```
```

0 comments on commit 00bd26c

Please sign in to comment.