
Last chance! 50% off unlimited learning
Sale ends in
Read a single column from a Spark DataFrame, and return the contents of that column back to R.
sdf_read_column(x, column)
An object coercable to a Spark DataFrame (typically, a
tbl_spark
).
The name of a column within x
.