make_table_egalite_question: Create a table with all answers to a question

Description Usage Arguments Value Examples

View source: R/egalite_homme_femme.R

Description

Create a table with all answers to a question

Usage

1

Arguments

list

Value

a tibble

Examples

1
2
make_table_egalite_question(extract2(extract2(json_egalite, "questions"), 1))  %>% glimpse()
table_questions_reponses <- map_df(.x = extract2(json_egalite, "questions"), make_table_egalite_question, .id = "id_enquete")

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