This PR started as a few minor edits to fix typos in the documentation (first commit, no worries if you don't want everything else), but as I continued to explore the package, I noticed some inconsistencies in how functions were documented. As a result, I (fairly arbitrarily) picked one format and applied it across the package. Certainly, there are other, equally valid ways to do this, but I hope this is useful. Let me know if there's anything else you'd like done.
Major changes:
Standardized function title format to: 'Use base R versions of tidyverse_packagefunction_family functions'
Removed the default file path from the description & standardized the description format to: 'Creates base R versions of tidyverse_packagefunction_family functions'
Revised description of save_as parameter to: 'File path and name. Defaults to "R/default_name.R"'
Suggested changing the package title to: 'A 'usethis'-esque Package for Base R Versions of 'tidyverse' Code', to match the function title format and because I think the "-esque" suffix better captures the spirit of the package. Again, just a suggestion.
This PR started as a few minor edits to fix typos in the documentation (first commit, no worries if you don't want everything else), but as I continued to explore the package, I noticed some inconsistencies in how functions were documented. As a result, I (fairly arbitrarily) picked one format and applied it across the package. Certainly, there are other, equally valid ways to do this, but I hope this is useful. Let me know if there's anything else you'd like done.
Major changes:
tidyverse_package
function_family
functions'tidyverse_package
function_family
functions'