extract_unique | R Documentation |
Functions to be used in conjunction with 'dcc' family
extract_unique(df)
extract_unique2(df)
extract_unique3(df)
extract_unique4(df)
extract_unique5(df)
df |
a data frame |
a list whose elements are character vectors of the unique values of each column
data("invented_wages")
tmp <- extract_unique(df = invented_wages[, c("gender", "sector")])
tmp
str(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.