separate_responses | R Documentation |
Creates one line per response. This function is critical to separate multiple responses in different rows
separate_responses(DF)
DF |
DF with a trialid and response columns |
The same DF cleaning up the response column. If a cell contains multiple responses, it will separate them in multiple lines.
separate_responses(DF = tibble::tibble(trialid = "PRFBM_04",
response = '{""Q1"":""Muy de acuerdo"",""Q2"":""Muy de acuerdo""}'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.