rcsv: sensible defaults for 'read.table'

View source: R/rcsv.R

rcsvR Documentation

sensible defaults for read.table

Description

sensible defaults for read.table

Usage

rcsv(..., header = TRUE, sep = ",", stringsAsFactors = FALSE)

Arguments

...

all the regular good stuff for finding files and whatnot.

header

i always want a header

sep

we're talking about comma seperated values here.

stringsAsFactors

default is FALSE. please don't change that. why would you change that?

Details

please don't use read_csv or any of that other nonesense, it breaks everyone's code...

See Also

Other sensible csv functions: wcsv()

Examples

# use it just like read.table but without the worry
## Not run: 
rcsv("file.csv")

## End(Not run)

williamcioffi/sattagutils documentation built on June 3, 2022, 10:21 a.m.