pjp_f_dicc: returns a df with el diccionario de un df

View source: R/pjp_f_dicc.R

pjp_f_diccR Documentation

returns a df with el diccionario de un df

Description

pjp_f_dicc() returns a df con el diccionario del input df

Usage

pjp_f_dicc(df, truncate = TRUE, nn_truncate = 100)

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_dicc(iris)

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