rds2csv: RDS file conversion

Description Usage Arguments

View source: R/rds2csv.r

Description

rds2csv converts .rds files to ASCII tabular representation

Usage

1
rds2csv(rds, file, sep = ",", ...)

Arguments

rds

path to .rds file.

file

either a character string naming a file or a connection open for writing. ” indicates output to the console.

sep

the field separator string.

...

arguments passed to readr::write_delim


benfasoli/uataq documentation built on Sept. 27, 2021, 9:29 p.m.