View source: R/sdf_interface.R
transform_sdf | R Documentation |
transform a subset of column(s) in a Spark Dataframe
transform_sdf(x, cols, fn)
x |
An object coercible to a Spark DataFrame |
cols |
Subset of columns to apply transformation to |
fn |
Transformation function taking column name as the 1st parameter, the
corresponding |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.