Description Usage Arguments Value Examples
Make a table with the theme and the title of each question
1 |
x |
a list at the theme level |
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_question_table(list_institutions$themes[[1]]) %>% glimpse()
map_df(list_institutions$themes, make_question_table) %>% glimpse()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.