make_question_table: Make a table with the theme and the title of each question

Description Usage Arguments Value Examples

View source: R/institutions.R

Description

Make a table with the theme and the title of each question

Usage

1

Arguments

x

a list at the theme level

Value

a tibble

Examples

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()

pachevalier/dataAN documentation built on May 24, 2019, 5:57 p.m.