Description Usage Arguments Examples
Setup Test Unique
1 | setup_test_unique(df_name, col_name, ptr = NULL)
|
df_name |
is a string and represents the name of the dataframe. |
col_name |
is a string or vector of column names. If more than one column is included they will be concatenated and tested. |
ptr |
a string or vector of strings correspond to the unique identifier or unique identifiers of the dataset |
1 2 | df <- data.frame(x = 1:10, y = c(rep("X", 4), rep("Y", 4), rep("Z", 2)))
setup <- setup_test_unique(df_name = "df", col_name = "x")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.