From 20c61ceecee9cae7c437d4af000c4f908cd24752 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Mon, 26 Mar 2018 00:01:45 -0700 Subject: [PATCH] re-document() skip ci --- man/read_excel.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/read_excel.Rd b/man/read_excel.Rd index 368381ac..0e7e325c 100644 --- a/man/read_excel.Rd +++ b/man/read_excel.Rd @@ -47,7 +47,7 @@ frame output. A list cell loads a column as a list of length 1 vectors, which are typed using the type guessing logic from \code{col_types = NULL}, but on a cell-by-cell basis.} -\item{na}{Character vector of strings to use for missing values. By default, +\item{na}{Character vector of strings to interpret as missing values. By default, readxl treats blank cells as missing data.} \item{trim_ws}{Should leading and trailing whitespace be trimmed?}