Description Usage Arguments Value Examples
Make a table with all answers to all questions in a theme
1 |
x |
a tibble
1 2 3 4 5 6 | library(xml2)
library(dplyr)
library(purrr)
list_institutions <- read_xml(x = "raw-data/Institutions.xml") %>% as_list()
make_questions_reponses_table(x = list_institutions$themes[[1]]) %>% glimpse()
map_df(.x = list_institutions$themes, make_questions_reponses_table) %>% glimpse()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.