Description Usage Arguments Value Examples
Functions to be used in conjunction with 'dcc' family
1 2 3 4 5 6 7 8 9 |
df |
a data frame |
a list whose elements are character vectors of the unique values of each column
1 2 3 4 | 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.