library(dplyr)
library(readr)
library(dataAN)

Import de la table des questions réponses sur l'Europe

make_table_europe() %>% glimpse()

Export to csv

table_europe <- make_table_europe()
write_csv(table_europe, "../raw-data/table_europe.csv")

Question 6

Attention, erreur d'importation avec les réponses de la question 6 :

library(jsonlite)
fromJSON("http://data.assemblee-nationale.fr/static/openData/repository/CONSULTATIONS_CITOYENNES/EUROPE/Europe_reponses_ouvertes.json")


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