extract_unique {distrr} | R 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)
[Package distrr version 0.0.6 Index]