csvRead: read a csv matched from a list of files

View source: R/read.R

csvReadR Documentation

read a csv matched from a list of files

Description

read a csv matched from a list of files

Usage

csvRead(
  pat = NULL,
  exts = c("csv", "CSV"),
  fl = makeArgs(),
  readFun = readr::read_csv,
  ...
)

Arguments

pat

optional string pattern to match

exts

extensions for the table file

fl

file list (defaults to command arguments)

readFun

function to use for reading

...

additional parameters for readFun


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