sdf_separate_column {sparklyr} | R Documentation |
Given a vector column in a Spark DataFrame, split that
into n
separate columns, each column made up of
the different elements in the column column
.
sdf_separate_column(x, column, into = NULL)
x |
An object coercable to a Spark DataFrame (typically, a
|
column |
The name of a (vector-typed) column. |
into |
A specification of the columns that should be
generated from |