as.csv.character: Treat Character as CSV

Description Usage Arguments Details Value

Description

Treat a character string as a csv filename.

Usage

1
2
3
## S3 method for class 'character'
as.csv(x, as.is = TRUE, na.strings = c("", " ", "."),
  strip.white = T, ...)

Arguments

x

object

as.is

passed to read.csv

na.strings

passed to read.csv

strip.white

passed to read.csv

...

passed arguments

Details

If x is character, is length one, and is a path to a file, an attempt is made to read the file.

Value

data.frame


bergsmat/partab documentation built on May 12, 2019, 3:09 p.m.