[x] added unit tests and checked code coverage with covr::report() (should aim for 100%)
[x] ran devtools::document()
[x] ran lintr::lint_package() and resolved all lint warnings and notes
[x] ran styler::style_pkg() to make sure code matches the style guidelines
[x] ran R-CMD CHECK and resolved all issues
adds the ability to rebase based on date vectors. You can either provide a single date vector to rebase all facets, or named vectors to rebase individual facets.
covr::report()
(should aim for 100%)devtools::document()
lintr::lint_package()
and resolved all lint warnings and notesstyler::style_pkg()
to make sure code matches the style guidelinesadds the ability to rebase based on date vectors. You can either provide a single date vector to rebase all facets, or named vectors to rebase individual facets.