tauReadCsv: Tau wrapper for read.csv()

View source: R/tauReadCsv.R

tauReadCsvR Documentation

Tau wrapper for read.csv()

Description

This just calls read.csv, but it provides better defaults.

Usage

tauReadCsv(
  file,
  header = TRUE,
  stringsAsFactors = FALSE,
  comment.char = "#",
  ...
)

Arguments

file

A connection or filename for the CSV file

header

Passed to read.csv(), defaults to TRUE

stringsAsFactors

Passed to read.csv(), defaults to FALSE

comment.char

Passed to read.csv, defaults to "#"

...

Any other arguments for read.csv()

Value

The data frame from the CSV file


pteetor/tutils documentation built on April 25, 2024, 9:14 a.m.