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

View source: R/pjp_valores_unicos.R

pjp_valores_unicosR Documentation

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

Description

my_df_valores_unicos() te retorna un df con los valores(unicos) que existen en cada columna de un df

Usage

pjp_valores_unicos(df, nn = 100)

Arguments

df

(a data frame)

nn

(cuantos valores unicos permites como maximo, default=50)

Examples

pjp_valores_unicos(cars)

perezp44/pjpv.curso.R.2022 documentation built on May 15, 2022, 1:22 p.m.