Skip to content

readr 2.1.2

Compare
Choose a tag to compare
@jennybc jennybc released this 30 Jan 23:29
  • 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).