Description Usage Arguments Examples
This function separates multiple activities attached to single Suma counts, compares them to a key table, and assigns activity names as appropriate.
| 1 | suma_decode_activities(df, key)
 | 
| df | Data frame containing the initial Suma data | 
| key | Data frame containing the key table | 
| 1 2 3 | df <- suma_from_api()
sumaKey <- suma_get_activities()
dfDecoded <- suma_decode_activities(df, sumaKey)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.