Add a new verbose parameter to print progress during the process (set to true by default to not change behavior of existing code) + source code refactoring

This commit is contained in:
El Potaeto
2015-01-02 11:21:53 +01:00
parent 4d0d65837d
commit cdea1685e5
3 changed files with 18 additions and 18 deletions

View File

@@ -25,5 +25,4 @@ importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)