Description Usage Arguments Value Examples
Make a table with all answers to one questions
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_reponses_table(x = list_institutions$themes[[1]]$questions[[1]])
map_df(extract2(list_institutions$themes[[1]], "questions"), make_reponses_table) %>% glimpse()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.