Skip to content

Commit

Permalink
Inclure export de tableau
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Nov 25, 2021
1 parent 8ee4992 commit 28d7867
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions gtsummary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,23 @@ include et label générique




## Exporter un tableau

![Formats d'export d'un tableau gtsummary](images/gtsummary_output_formats.png)

```{r}
tbl %>%
as_gt() %>%
gt::gtsave(filename = ".") # use extensions .html .tex .ltx .rtf
tbl %>%
as_flex_table() %>%
flextable::save_as_docx()
```



## Plus d'options avec bstfun

### tbl_likert()
Expand Down
Binary file added images/gtsummary_output_formats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28d7867

Please sign in to comment.