In this repository, you will find the contents of my homework 9. The goal of the assignment was to either add to Jenny Bryan's word pipeline or to make your own. I decided to go with the latter option.
Here is specificslly what I achieved with my Makefile:
- Dowloaded Robert De Niro film ratings off of the internet
- Produced a .csv file
- Transformed this into a .tsv file
- Produced a scatter plot in .png format
- Wrote a .rmd report
- Used the .tsv, .rmd, and .png files to produce a .html report
- Created a flowchart to describe the actions of the pipeline
Please use the table below to easily navigate my repository
Item | Description |
---|---|
Makefile | file dictating the pipeline |
README.md | Description of repository |
deniro.csv | Table of Robert De Niro film scores in .csv format |
deniro.png | Scatterplot of De Niro's ratings over time) |
deniro.rt.R | R script for pipeline |
deniro.tsv | Table of Robert De Niro film scores in .tsv format |
flowchart.png | flowchart of pipeline |
hw09-tsmith93.RProj | R.Proj file for repository |
report.Rmd | Summary report .rmd file |
report.html | Summary report .html file |
report.md | Summary report markdown file |
Although, initally I had started working with Jenny Bryan's repository found here, I decided to make my own pipeline from scratch!