View source: R/sdf_interface.R
sdf_last_index | R Documentation |
Returns the last index of a Spark DataFrame. The Spark
mapPartitionsWithIndex
function is used to iterate
through the last nonempty partition of the RDD to find the last record.
sdf_last_index(x, id = "id")
x |
A |
id |
The name of the index column. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.