From 0f37178edf79cd50cb9398fa78bcc61a940b2ee1 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Mon, 22 Jan 2024 20:25:08 -0500 Subject: [PATCH] Update rows_add.Rd --- man/rows_add.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/rows_add.Rd b/man/rows_add.Rd index 78209cbfd5..0bca4b3bd5 100644 --- a/man/rows_add.Rd +++ b/man/rows_add.Rd @@ -72,9 +72,9 @@ An object of class \code{gt_tbl}. It's possible to add new rows to your table with \code{rows_add()} by supplying the new row data through name-value pairs or two-sided formula expressions. The new rows are added to the bottom of the table by default but can be added -internally though by using either the \code{.before} or \code{.after} arguments. If -entirely empty rows need to be added, the \code{.n_empty} option provides a means -to specify the number of blank (i.e., all \code{NA}) rows to be inserted into the +internally by using either the \code{.before} or \code{.after} arguments. If entirely +empty rows need to be added, the \code{.n_empty} option provides a means to +specify the number of blank (i.e., all \code{NA}) rows to be inserted into the table. } \section{Targeting the row for insertion with \code{.before} or \code{.after}}{