From 3829de9f5c433cc3a7916f1afc51e4140e60de3c Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Tue, 14 Jan 2025 00:39:57 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: b_falquet <64274616+BFalquet@users.noreply.github.com> Signed-off-by: Joe Zhu --- vignettes/rtables.officer.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/rtables.officer.Rmd b/vignettes/rtables.officer.Rmd index 3dc4d35..f8e8c7d 100644 --- a/vignettes/rtables.officer.Rmd +++ b/vignettes/rtables.officer.Rmd @@ -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). @@ -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) %>%