Closed trinker closed 11 years ago
Currently new_report creates static paths to things like analysis R files. Change this behavior with something like:
new_report
file.path(getwd(), "ANALYSIS/cleaning_data.R")
Done
Currently
new_report
creates static paths to things like analysis R files. Change this behavior with something like:file.path(getwd(), "ANALYSIS/cleaning_data.R")