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