From b1b3713279a27056bc00f10fad587a9c62e386e5 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Mon, 7 Jun 2021 16:22:31 -0400 Subject: [PATCH] Update fmt_integer.Rd --- man/fmt_integer.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/fmt_integer.Rd b/man/fmt_integer.Rd index f1ee40122..c9273273a 100644 --- a/man/fmt_integer.Rd +++ b/man/fmt_integer.Rd @@ -5,7 +5,7 @@ \title{Format values as integers} \usage{ fmt_integer( - data, + .data, columns, rows = everything(), use_seps = TRUE, @@ -18,7 +18,7 @@ fmt_integer( ) } \arguments{ -\item{data}{A table object that is created using the \code{\link[=gt]{gt()}} function.} +\item{.data}{A table object that is created using the \code{\link[=gt]{gt()}} function.} \item{columns}{The columns to format. Can either be a series of column names provided in \code{\link[=c]{c()}}, a vector of column indices, or a helper function