read2list | R Documentation |
read2list
is meant to act as a universal reading function as it attempts to read
a number of different file formats into a list of data frames.
read2list(
dat,
nsheets = 1,
sheet = NULL,
keep.tibble = FALSE,
skip = 0,
sep = NULL,
lines = FALSE,
dec = NULL,
...,
verbose = TRUE,
x.verbose = FALSE
)
dat |
|
nsheets |
|
sheet |
|
keep.tibble |
|
skip |
|
sep |
|
lines |
|
dec |
|
... |
Additional arguments passed to functions. |
verbose |
|
x.verbose |
|
read.delim
read_excel
read.to.list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.