sdf_separate_column | 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 |
A |
column |
The name of a (vector-typed) column. |
into |
A specification of the columns that should be
generated from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.