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
- Host: GitHub
- URL: https://github.com/danstich/hw_processing
- Owner: danStich
- License: gpl-3.0
- Created: 2018-03-06T14:42:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T22:11:17.000Z (almost 6 years ago)
- Last Synced: 2025-10-25T23:41:34.149Z (9 months ago)
- Language: R
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.