dbosak01 / reporter

An R package to write statistical reports.
Creative Commons Zero v1.0 Universal
16 stars 3 forks source link

Dedupe issue #303

Closed dbosak01 closed 1 year ago

dbosak01 commented 1 year ago

When column has duplicate values that are not contiguous, the second group is deduped. User will expect that it is not. Have to set up a lag and compare against the lag instead of using duplicated function.

dbosak01 commented 1 year ago

changed() function in common package not sent to CRAN. Can't implement this until that is done. Reopening this issue as a reminder to reimplement once common is updated.