Skip to content

Commit

Permalink
Remove references to the removed column-types vignette (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester authored May 4, 2017
1 parent f516393 commit 3c69531
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R/read_delim.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NULL
#' in with dummy names `X1`, `X2` etc. Duplicate column names
#' will generate a warning and be made unique with a numeric prefix.
#' @param col_types One of `NULL`, a [cols()] specification, or
#' a string. See `vignette("column-types")` for more details.
#' a string. See `vignette("readr")` for more details.
#'
#' If `NULL`, all column types will be imputed from the first 1000 rows
#' on the input. This is convenient (and fast), but not robust. If the
Expand Down
2 changes: 1 addition & 1 deletion R/type_convert.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' @param df A data frame.
#' @param col_types One of `NULL`, a [cols()] specification, or
#' a string. See `vignette("column-types")` for more details.
#' a string. See `vignette("readr")` for more details.
#'
#' If `NULL`, all column types will be imputed from the first 1000 rows
#' on the input. This is convenient (and fast), but not robust. If the
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ mtcars <- read_csv(readr_example("mtcars.csv"), col_types =
)
```

`vignette("column-types")` gives more detail on how readr guess the column types, how you can override the defaults, and provides some useful tools for debugging parsing problems.
`vignette("readr")` gives more detail on how readr guess the column types, how you can override the defaults, and provides some useful tools for debugging parsing problems.

## Alternatives

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mtcars <- read_csv(readr_example("mtcars.csv"), col_types =
)
```

`vignette("column-types")` gives more detail on how readr guess the column types, how you can override the defaults, and provides some useful tools for debugging parsing problems.
`vignette("readr")` gives more detail on how readr guess the column types, how you can override the defaults, and provides some useful tools for debugging parsing problems.

Alternatives
------------
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.

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

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

0 comments on commit 3c69531

Please sign in to comment.