sdf_to_avro {sparklyr} | R Documentation |
Convert column(s) to avro format
Description
Convert column(s) to avro format
Usage
sdf_to_avro(x, cols = colnames(x))
Arguments
x |
An object coercible to a Spark DataFrame |
cols |
Subset of Columns to convert into avro format |
[Package sparklyr version 1.8.6 Index]