You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read_table(), read_log(), and read_delim_chunked() (and friends) gain the show_col_types argument found elsewhere. All read_*() functions now respect the show_col_types argument or option, even when using the first edition parsing engine (#1331).
show_progress() uses rlang::is_interactive() instead of base::interactive() (#1356).
read_builtin() does more argument checking, so that we catch obviously malformed input before passing along to utils::data() (#1361).
chickens.csv and whitespace-sample.txt are new example datasets accessible via readr_example() (#1354).