An open API service indexing awesome lists of open source software.

https://github.com/danstich/hw_processing

Utility files for processing R files submitted for hw through Blackboard in Quantitative Biology classes
https://github.com/danstich/hw_processing

Last synced: 10 days ago
JSON representation

Utility files for processing R files submitted for hw through Blackboard in Quantitative Biology classes

Awesome Lists containing this project

README

          

# hw_processing




Utility files for processing R files submitted for hw through Blackboard in Quantitative Biology classes. Sick of downloading these files from my email once a week...




## File descriptions




`process.sh` is a `bash` script that does some directory cleanup (removes `.txt` files) and renames all files with `.R` extension to leave only student homework scripts in the directory, with each file named using student Blackboard username.




`zzcompiler.R` is an `R` script that compiles all files with `.R` extension into a Word document using `rmarkdown` utilities in `R`.