read_table2: Read whitespace-separated columns into a tibble

View source: R/read_table.R

read_table2R Documentation

Read whitespace-separated columns into a tibble

Description

[Deprecated]

This function is deprecated because we renamed it to read_table() and removed the old read_table function, which was too strict for most cases and was analogous to just using read_fwf().

Usage

read_table2(
  file,
  col_names = TRUE,
  col_types = NULL,
  locale = default_locale(),
  na = "NA",
  skip = 0,
  n_max = Inf,
  guess_max = min(n_max, 1000),
  progress = show_progress(),
  comment = "",
  skip_empty_rows = TRUE
)

hadley/readr documentation built on Feb. 3, 2024, 9:45 a.m.