library(dplyr) library(readr) library(dataAN)
make_table_europe() %>% glimpse()
table_europe <- make_table_europe() write_csv(table_europe, "../raw-data/table_europe.csv")
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.