Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Oct 7, 2024
1 parent 7acb333 commit 808bf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tbl <- tbl_demographics(trial, by = trt, include = c(age, grade))
gt::gtsave(as_gt(tbl), file = "man/figures/README-tbl_print_simple-1.png")
```

```{r out.width = "35%", echo = FALSE}
```{r out.width = "55%", echo = FALSE}
knitr::include_graphics("man/figures/README-tbl_print_simple-1.png")
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tbl <- tbl_demographics(trial, by = trt, include = c(age, grade))
#> Setting theme "Roche"
```

<img src="man/figures/README-tbl_print_simple-1.png" width="35%" />
<img src="man/figures/README-tbl_print_simple-1.png" width="55%" />

Each gtsummary table also contains the Analysis Results Dataset (ARD)

Expand Down

0 comments on commit 808bf6d

Please sign in to comment.