← Reference

tidyverse

R tidyverse reference.

read_csv

Read a CSV file into a tibble with automatic type inference. Part of the readr package in the tidyverse.

read_csv(file, col_names = TRUE, col_types = NULL, na = c("", "NA"), skip = 0, n_max = Inf, guess_max = min(1000, n_max), .name_repair = "unique", trim_ws = TRUE, progress = show_progress(), show_col_types = should_show_types())