diff --git a/R/read_delim.R b/R/read_delim.R index e84ac4dc..a8cb4899 100644 --- a/R/read_delim.R +++ b/R/read_delim.R @@ -54,7 +54,7 @@ NULL #' #' By default, reading a file without a column specification will print a #' message showing what `readr` guessed they were. To remove this message, -#' set `show_col_types = FALSE` or set `options(readr.show_col_types = FALSE). +#' set `show_col_types = FALSE` or set `options(readr.show_col_types = FALSE)`. #' @param id The name of a column in which to store the file path. This is #' useful when reading multiple input files and there is data in the file #' paths, such as the data collection date. If `NULL` (the default) no extra diff --git a/man/read_delim.Rd b/man/read_delim.Rd index 5c55bd75..8e9fcf38 100644 --- a/man/read_delim.Rd +++ b/man/read_delim.Rd @@ -178,7 +178,7 @@ character represents one column: By default, reading a file without a column specification will print a message showing what \code{readr} guessed they were. To remove this message, -set \code{show_col_types = FALSE} or set `options(readr.show_col_types = FALSE).} +set \code{show_col_types = FALSE} or set \code{options(readr.show_col_types = FALSE)}.} \item{col_select}{Columns to include in the results. You can use the same mini-language as \code{dplyr::select()} to refer to the columns by name. Use diff --git a/man/read_delim_chunked.Rd b/man/read_delim_chunked.Rd index c371da42..2f0de795 100644 --- a/man/read_delim_chunked.Rd +++ b/man/read_delim_chunked.Rd @@ -166,7 +166,7 @@ character represents one column: By default, reading a file without a column specification will print a message showing what \code{readr} guessed they were. To remove this message, -set \code{show_col_types = FALSE} or set `options(readr.show_col_types = FALSE).} +set \code{show_col_types = FALSE} or set \code{options(readr.show_col_types = FALSE)}.} \item{locale}{The locale controls defaults that vary from place to place. The default locale is US-centric (like R), but you can use diff --git a/man/read_fwf.Rd b/man/read_fwf.Rd index a952fec0..4c9b9487 100644 --- a/man/read_fwf.Rd +++ b/man/read_fwf.Rd @@ -96,7 +96,7 @@ character represents one column: By default, reading a file without a column specification will print a message showing what \code{readr} guessed they were. To remove this message, -set \code{show_col_types = FALSE} or set `options(readr.show_col_types = FALSE).} +set \code{show_col_types = FALSE} or set \code{options(readr.show_col_types = FALSE)}.} \item{col_select}{Columns to include in the results. You can use the same mini-language as \code{dplyr::select()} to refer to the columns by name. Use diff --git a/man/read_log.Rd b/man/read_log.Rd index 7e338739..f9a1b012 100644 --- a/man/read_log.Rd +++ b/man/read_log.Rd @@ -78,7 +78,7 @@ character represents one column: By default, reading a file without a column specification will print a message showing what \code{readr} guessed they were. To remove this message, -set \code{show_col_types = FALSE} or set `options(readr.show_col_types = FALSE).} +set \code{show_col_types = FALSE} or set \code{options(readr.show_col_types = FALSE)}.} \item{trim_ws}{Should leading and trailing whitespace (ASCII spaces and tabs) be trimmed from each field before parsing it?} diff --git a/man/read_table.Rd b/man/read_table.Rd index 42a87876..202f8b8b 100644 --- a/man/read_table.Rd +++ b/man/read_table.Rd @@ -82,7 +82,7 @@ character represents one column: By default, reading a file without a column specification will print a message showing what \code{readr} guessed they were. To remove this message, -set \code{show_col_types = FALSE} or set `options(readr.show_col_types = FALSE).} +set \code{show_col_types = FALSE} or set \code{options(readr.show_col_types = FALSE)}.} \item{locale}{The locale controls defaults that vary from place to place. The default locale is US-centric (like R), but you can use diff --git a/man/spec_delim.Rd b/man/spec_delim.Rd index d3bb5665..b6865415 100644 --- a/man/spec_delim.Rd +++ b/man/spec_delim.Rd @@ -194,7 +194,7 @@ character represents one column: By default, reading a file without a column specification will print a message showing what \code{readr} guessed they were. To remove this message, -set \code{show_col_types = FALSE} or set `options(readr.show_col_types = FALSE).} +set \code{show_col_types = FALSE} or set \code{options(readr.show_col_types = FALSE)}.} \item{col_select}{Columns to include in the results. You can use the same mini-language as \code{dplyr::select()} to refer to the columns by name. Use