benmarwick / wordcountaddin

Word counts and readability statistics in R markdown documents
Other
337 stars 33 forks source link

Multiple Rmd files #10

Closed lwtichem closed 5 years ago

lwtichem commented 6 years ago

Nice package!

Just missing one thing: could you include a feature to provide the cumulative stats of multiple Rmd files? That would be a great feature for people writing multiple chapters, a long thesis or even a book.

I was thinking of something along the lines of: wordcountaddin:::text_stats(c("index.Rmd", "01_file.Rmd", "02_file.Rmd", "03_file.Rmd"))