read_csv3: Read CSVs with path names

Description Usage Arguments Details Value Author(s)

Description

Basically the same as read.csv but defaults to stringsAsFactors = FALSE and creates a column with the path of the file read.

Usage

1
2
read_csv3(file, header = TRUE, sep = ",", quote = "\"",
                      dec = ".", fill = TRUE, comment.char = "", stringsAsFactors = FALSE ))

Arguments

file

A file path.

Details

It might not inherit all the possible arguments for read.csv because I'm lazy

Value

a data frame

Author(s)

Sven Halvorson (svenedmail@gmail.com)


svenhalvorson/SvenSFPS documentation built on May 21, 2019, 11:42 a.m.