read: Basic function to read in a file

View source: R/read.R

readR Documentation

Basic function to read in a file

Description

Basic function to read in a file

Usage

read(
  .file,
  .col_names = FALSE,
  .col_select = everything(),
  .name_repair = "unique"
)

Arguments

.file

Path to a local file.

.col_names

Copied from vroom.

.col_select

Copied from vroom.

.name_repair

Copied from vroom.


arisp99/testactionspkg documentation built on Nov. 14, 2024, 9:33 p.m.