listToCsv: Converts an R list into a text CSV. Serializes each element...

Description Usage Arguments Value Author(s) See Also

View source: R/csvTransform.R

Description

Converts an R list into a text CSV. Serializes each element of an R list into ASCII characters then encodes then for use as the input to a Hadoop Streaming job.

Usage

1
listToCsv(inList, outFileName)

Arguments

inList

list to convert to CSV

outFileName

file name of resulting CSV file

Value

creates a CSV to file but returns nothing.

Author(s)

James "JD" Long

See Also

csvToList


zachmayer/segue2 documentation built on May 4, 2019, 9:07 p.m.