View source: R/sdf_interface.R
| sdf_sort | R Documentation |
Sort a Spark DataFrame by one or more columns, with each column sorted in ascending order.
sdf_sort(x, columns)
x |
An object coercable to a Spark DataFrame. |
columns |
The column(s) to sort by. |
Other Spark data frames:
sdf_copy_to(),
sdf_distinct(),
sdf_random_split(),
sdf_register(),
sdf_sample(),
sdf_weighted_sample()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.