csvReadList | R Documentation |
read csv files into a list
csvReadList(
pat = NULL,
exts = c("csv", "CSV"),
fl = makeArgs(),
...,
names = NULL,
trim = "\\.[^.]*$"
)
pat |
optional string pattern to match |
exts |
extensions for the table file |
fl |
file list (defaults to command arguments) |
... |
additional parameters for read_csv |
names |
for the new list |
trim |
if names are not given, take stuff off the end of the matched filenames (defaults to the last "." and everything thereafter) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.