tableRead: read a table matched from a list of files

View source: R/read.R

tableReadR Documentation

read a table matched from a list of files

Description

read a table matched from a list of files

Usage

tableRead(
  pat = NULL,
  delim = " ",
  exts = c("csv", "CSV", "ssv", "scsv", "tsv"),
  fl = makeArgs(),
  ...
)

Arguments

pat

optional string pattern to match

delim

delimiter for reading files

exts

extensions for the table file

fl

file list (defaults to command arguments)

...

additional parameters for read_delim


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