make_reponse_table: Make a table from a response list

Description Usage Arguments Value Examples

View source: R/institutions.R

Description

Make a table from a response list

Usage

1

Arguments

x

Value

a tibble with two columns : reponse and n

Examples

1
2
3
4
5
library(xml2)
library(dplyr)
library(purrr)
list_institutions <- read_xml(x = "raw-data/Institutions.xml") %>% as_list()
make_reponse_table(list_institutions$themes[[1]]$questions[[1]]$reponses[[1]])

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