sdf_distinct | R Documentation |
Invoke distinct on a Spark DataFrame
sdf_distinct(x, ..., name)
x |
A Spark DataFrame. |
... |
Optional variables to use when determining uniqueness. If there are multiple rows for a given combination of inputs, only the first row will be preserved. If omitted, will use all variables. |
name |
A name to assign this table. Passed to [sdf_register()]. |
Other Spark data frames:
sdf_copy_to()
,
sdf_random_split()
,
sdf_register()
,
sdf_sample()
,
sdf_sort()
,
sdf_weighted_sample()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.