extract_unique: Functions to be used in conjunction with 'dcc' family

View source: R/gibutils.R

extract_uniqueR Documentation

Functions to be used in conjunction with 'dcc' family

Description

Functions to be used in conjunction with 'dcc' family

Usage

extract_unique(df)

extract_unique2(df)

extract_unique3(df)

extract_unique4(df)

extract_unique5(df)

Arguments

df

a data frame

Value

a list whose elements are character vectors of the unique values of each column

Examples

data("invented_wages")
tmp <- extract_unique(df = invented_wages[, c("gender", "sector")])
tmp
str(tmp)

gibonet/distrr documentation built on Nov. 25, 2024, 3:45 a.m.