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

Description Usage Arguments Value Examples

View source: R/gibutils.R

Description

Functions to be used in conjunction with 'dcc' family

Usage

1
2
3
4
5
6
7
8
9

Arguments

df

a data frame

Value

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

Examples

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

distrr documentation built on July 14, 2020, 5:06 p.m.