trinker / qdap

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis
http://cran.us.r-project.org/web/packages/qdap/index.html
175 stars 44 forks source link

Make `new_project`'s paths transportable #121

Closed trinker closed 11 years ago

trinker commented 11 years ago

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")

trinker commented 11 years ago

Done