Learn R Programming

fold (version 0.2.6)

as.folded.character: Coerce to Folded from Character

Description

Coerces to folded by treating character as a filepath.

Usage

# S3 method for character
as.folded(x, ...)

Arguments

x

length-one character

...

passed arguments

Value

folded dat.frame

See Also

as.csv.folded as.folded

Examples

Run this code
# NOT RUN {
library(magrittr)
library(csv)
data(eventsf)
file <- tempfile()
eventsf %>% as.csv(file)
as.folded(file)
# }

Run the code above in your browser using DataLab