Capstone exercise for UNC Software Carpentry workshop.
- bash script
run_R_analyses.shthat loops over a list of years - R script
plot_species_by_weight.Rthat has the outline of code for reading a year as a command line argument; connecting to a SQLite database; querying some data; creating and saving a plot for the data
- Fork this repo to your own GitHub account
- Clone your copy of the repo to your local machine
- Modify the R script
plot_species_by_weight.Raccording to the comments in the script. Push your changes to GitHub. - Modify the bash script
run_R_analyses.shto run the R script for each year (you can change the list of years, too) - Run the analyses using the bash script