multiple_value_key | R Documentation |
Gets the keys that have multiple values associated with them. The first field in the table is the key, the rest of fields are the values.
multiple_value_key(tb, col_as_vector = NULL)
tb |
A |
col_as_vector |
A string, name of the column to include a vector of values. |
If a name is indicated in the col_as_vector
parameter, it includes a column
with the data in vector form to be used in other functions.
A tibble
.
tb <- unique(ft[, c('WEEK', 'Week Ending Date')])
mvk <- multiple_value_key(tb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.