read_tbl: Read tabular data

read_tblR Documentation

Read tabular data

Description

Efficiently read tabular data from CSV files or Excel worksheets.

Usage

read_tbl(file, ..., verbose = getOption("verbose"))

Arguments

file

name of a .csv, .xls, or .xlsx file

...

further arguments to read_csv or read_xls

verbose

whether to print status messages

Value

a tbl_df

Note

In contrast to read.csv, stringsAsFactors and check.names are effectively FALSE.


BAAQMD/tbltools documentation built on Feb. 29, 2024, 5:45 a.m.