adapted from Software Carpentry
This example data analysis project analyzes the word count for all words in 4 novels. It reports the top 10 most occurring words in each book in a report.
There are two suggested ways to run this analysis:
note - the instructions in this section also depends on running this in a unix shell, if you are using Windows Command Prompt, replace $(pwd)
with PATH_ON_YOUR_COMPUTER.
docker run --rm -v $(pwd):/home/rstudio/data_analysis_eg ttimbers/data_analysis_pipeline_eg make -C /home/rstudio/data_analysis_eg all
make all
make clean
rmarkdown
knitr
cowsay
matplotlib
numpy
pandas
sys
collections
wordcount
The tutorials for this example can be found here: