pjp_f_unique_values: returns a df with the unique values in each colum of the...

View source: R/pjp_f_unique_values.R

pjp_f_unique_valuesR Documentation

returns a df with the unique values in each colum of the input df

Description

pjp_unique_values() returns a df with the unique values that exits in each column of the input df

Usage

pjp_f_unique_values(df, truncate = FALSE, nn_truncate = 500)

Arguments

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)

Value

Un nuevo df con los valores unicos del df original

Examples

pjp_f_unique_values(iris)

perezp44/pjpv2020.01 documentation built on May 4, 2022, 11:37 p.m.