This is a repo that shows how to produce reproducible research.
# build containerdocker build -t reproduction/r .
# Linux Shell / PowerShelldocker run --rm -it -v ${PWD}/code:/code reproduction/r
# Git Bashdocker run --rm -it -v /$(pwd)/code:/code reproduction/r
# Run R Script in TerminalRscript test.R