| track_step | R Documentation |
Counts unique individuals in the current data and logs the step. Works with both tbl_spark and local data frames.
track_step(sdf, step_label, description = "", assume_unique = FALSE)
sdf |
A Spark DataFrame or local data frame. |
step_label |
Short label for the step. |
description |
Longer description. |
assume_unique |
Logical. If TRUE, skips the |
Invisible integer: number of unique IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.