csvReadList: read csv files into a list

View source: R/read.R

csvReadListR Documentation

read csv files into a list

Description

read csv files into a list

Usage

csvReadList(
  pat = NULL,
  exts = c("csv", "CSV"),
  fl = makeArgs(),
  ...,
  names = NULL,
  trim = "\\.[^.]*$"
)

Arguments

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)


dushoff/shellpipes documentation built on Dec. 14, 2024, 4:36 p.m.