These are the templates for creating LAPOP's visualizations of AmericasBarometer data.
The workflow for visualization projects is as follows:
- Create project folder
- Create or save .do file into project folder. Run analyses in this .do file using LAPOP .ado files, with output as .csvs saved to your project folder (see help file on .ados)
- Load lapop package in R
- Type lapop_fonts() into console
- Follow instructions within R help files to load in .csvs and create visualizations in R using pre-defined functions. Use lapop_save() to save .svg files to project folder.