View source: R/pjp_unique_values.R
pjp_unique_values | R Documentation |
pjp_unique_values() returns a df with the unique values that exits in each column of the input df
pjp_unique_values(df, truncate = FALSE, nn_truncate = 100)
df |
(a data frame) |
truncate |
(default to FALSE) |
nn_truncate |
(if you truncate, this is the maximun character that you will see. The default = 100) |
Un nuevo df
con los valores unicos del df original
pjp_unique_values(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.