Skip to content

change message behavior of read_table#630

Merged
jimhester merged 3 commits intotidyverse:masterfrom
jrnold:read_table-spec
Mar 6, 2017
Merged

change message behavior of read_table#630
jimhester merged 3 commits intotidyverse:masterfrom
jrnold:read_table-spec

Conversation

@jrnold
Copy link
Contributor

@jrnold jrnold commented Mar 3, 2017

When using read_table I was surprised to get a print out of the spec even after specifying the col_type argument. This is different than read_csv and most of the other functions in readr.

Currently the behavior of read_table is to print the spec whenever progress = TRUE. This changes the behavior to be similar to that of the other functions in readr: print if col_types is NULL.

When using `read_table` I was surprised to get a print out of the `spec` even after specifying the `col_type` argument. This is different than `read_csv` and most of the other functions in `readr`.

Currently the behavior of `read_table` is to print the spec whenever `progress = TRUE`. This changes the behavior to be similar to that of the other functions in **readr**: print if `col_types` is `NULL`.
@jimhester
Copy link
Collaborator

Looks good, please add a note to NEWS.md with the change and we can merge it.

@jimhester
Copy link
Collaborator

Thanks!

@jimhester jimhester merged commit fb27590 into tidyverse:master Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants