listToCsv: Converts an R list into a text CSV.

Description Usage Arguments Value Author(s) See Also

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


chrisschwer/segue documentation built on May 13, 2019, 6:56 p.m.