Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: b_falquet <[email protected]>
Signed-off-by: Joe Zhu <[email protected]>
  • Loading branch information
shajoezhu and BFalquet authored Jan 13, 2025
1 parent b65c010 commit 3829de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/rtables.officer.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data structure which can then be displayed with cell-specific formatting
instructions. Currently, `rtables` can be outputted in `ascii` `html`,
and `pdf`, as well Power Point (via conversion to `flextable` objects).
This package `rtables.officer` is designed to support the exporting
outputs relate Microsoft office software such as `word` and
outputs related to Microsoft office software such as `word` and
`powerpoint`.

For a detailed `rtables` getting started guide, please refer to [this page](https://insightsengineering.github.io/rtables/latest-release/articles/rtables.html).
Expand Down Expand Up @@ -98,7 +98,7 @@ information of `df` below.

## Building a Table

The aim of this vignette is to build the following table and export as a `docx` document:
The aim of this vignette is to build the following table and export it as a `docx` document:

```{r}
lyt <- basic_table(show_colcounts = TRUE) %>%
Expand Down

0 comments on commit 3829de9

Please sign in to comment.