sdf_separate_column {sparklyr} | R Documentation |
Separate a Vector Column into Scalar Columns
Description
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
.
Usage
sdf_separate_column(x, column, into = NULL)
Arguments
x |
A |
column |
The name of a (vector-typed) column. |
into |
A specification of the columns that should be
generated from |
[Package sparklyr version 1.8.6 Index]