make_key_value | R Documentation |
Given a vector of characters, this will return a data frame of
a unique key
column (of, where possible, 3 characters) and value
column listing the unique elements of the original text
.
make_key_value(text)
text |
The text to abbreviate and create a key value table for |
df A Key Value
table
data(wb)
make_key_value(wb$indicator)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.