Part 4 Input / output with readr

readr provides functions for reading in and writing out files.
Those functions :

  • are up to 10 times faster that the base R equivalent.
  • automatically uncompress files with .gz, .bz2, .xz or .zip extensions.
  • automatically download files starting with http://, https://, ftp://, or ftps://.