Hello! 🙋
This is the repository of my Homework 9: Automating Data-analysis Pipelines for the STAT547 course. Instructions for this assignment can be found here
For this assignment, I modified Jenny Brian’s original make activity by adding new files to the pipeline.
- 🌟Makefile: I modified the Makefile to add the new
files to the pipeline that generate the new plot, the new report,
the modified README, and to create subdirectories to store the
images (plots), the data outputs (csv files) and the source data
(words.txt file). You can test it by downloading this repo as a ZIP
and then running
make clean
andmake all
. - letteres_freq.R outputs a tsv file containing
the frequencies of letters in the
words.txt
file. - report_letter_freq.rmd which outputs the report_letter_freq PDF.
- README.rmd which generates the README.md file with the Frequency of letters plot: