mcsv_w
- Read and assign multiple csv files at the same time.
1 2 | readWriteCSV(files, a.names = NULL, l.name = NULL, list = TRUE, pos = 1,
envir = as.environment(pos))
|
files |
csv file(s) to read. |
a.names |
object names to assign the csv file(s) to. If NULL assigns the csv to the name(s) of the csv file(s) in the global environment. |
l.name |
A character vector of names to assign to the csv files (dataframes) being read in. Default (NULL) uses the names of the files in the directory without the file extension. |
list |
A character vector of length one to name the list being read in.
Default is |
pos |
where to do the removal. By default, uses the current environment. |
envir |
the environment to use. |
... |
data.frame object(s) to write to a file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.