Tasks for the `parse_s3_logs.R` script: - [x] Download log files from AWS (needs #2 fixed) - [x] Parse raw log files (and append to previously parsed records in log.csv file) - [x] Tidy the resulting `data.frame` into the format used by RStudio (anonymized IP, etc) - [x] Write out the tidy, anonymized `data.frame` to `downloads.csv` - [x] Push `downloads.csv` to GitHub or public S3 subdirectory for sharing / other applications - [x] Push the parsed `log.csv` back to S3 - [x] Delete the already parsed & captured logs from S3 Then add a call to `source("parse_s3_logs.R")` to `build.R`.