count_occ | R Documentation |
Count occurences of variables
count_occ(.tbl, id_col, col)
.tbl |
A tibble |
id_col |
Usually uuid... to count. |
col |
A column of .tbl |
This is solely written to mimic variables names produced by Kobo after use of janitor::clean_names()
. Example : variable is a multiple choice variable and variable_choice1 is its count variable of choice 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.