Skip to content

Commit

Permalink
Update report_table.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Oct 10, 2022
1 parent f1226bc commit 3568386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/report_table.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ Note that, by default, `report_table()` prettifies the printing: that means that
as.data.frame(t)
```

You can also prettify the output by keeping it as a dataframe:
In fact, the function used to *prettify* the output is called `format_table()` and is accessible to you too, so that you can prettify the output while keeping it as a dataframe.

```{r}
format_table(as.data.frame(t))
format_table(as.data.frame(t), stars=TRUE)
```


Expand Down

0 comments on commit 3568386

Please sign in to comment.