lebebr01/pdfsearch

Simplify directory search interface?

Closed this issue · 1 comments

Issue for JOSS review.

Why is it necessary for the user to specify full_names = TRUE when using the keyword_directory() function? When I passed in an absolute path to a directory, the function returned an error from normalizePaths() unless I used that argument. It would seem like the default option could be made easier for the user.

This is a good suggestion. I altered the default to full_names = TRUE instead of the old full_names = FALSE. This should simplify code and hopefully user experience.