Skip to content

Commit

Permalink
add missing backtick and re-document (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Sep 15, 2023
1 parent b73dd52 commit b3d0912
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/read_delim.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/read_delim.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/read_delim_chunked.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/read_fwf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/read_log.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/read_table.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/spec_delim.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3d0912

Please sign in to comment.