data_read: Read (import) data files from various sources

View source: R/data_read.R

data_readR Documentation

Read (import) data files from various sources

Description

Read (import) data files from various sources

Usage

data_read(path, rowname = TRUE, colname = TRUE, sheet = 1, verbose = TRUE, ...)

Arguments

path

Character string, the file path to the data file.

rowname

See read.table row.names

colname

See read.table col.names

sheet

The name or index of the sheet to read data from.

verbose

Toggle warnings and messages.

...

Arguments passed to the related 'read_*()' function.


ZhonghuiGai/gfun documentation built on Feb. 10, 2023, 6:10 p.m.