R script for reproducible parsing of email data from religious environmental groups
Aller au fichier
Jeremy Kidwell 83a3843c95 Changes 2019-02-22 16:56:27 +00:00
data added raw data 2019-02-21 09:06:01 +00:00
README.md updated readme 2019-02-21 08:58:45 +00:00
newsletter-parse.R Changes 2019-02-22 16:56:27 +00:00

README.md

eco-emails

R script for reproducible parsing of email data from religious environmental groups.

For the most part, I'm using the conventions outlined by Kieran Healy here. The idea is that this will serve as "reproducible research" by which anyone can download the contents of this repository, execute the R code which will gather data used from open and sustainable repositories, and then conduct the analysis I've done.

The file newsletter-parse.R contains working code which will be eventually moved into a merged .RMd file.

Paths are used mostly for R processing (I use R Studio). Towards this end folders have the following significance:

  • data contains datasets used for analysis.
  • derived_data contains files which represent modified forms of files in the above path.
  • figures contains images and visualisations (graphic files) which are generated by R for the final form of the document.
  • cache isn't included in github but is usually used for working files