dbosak01 / reporter

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

Dedupe on TXT #329

Closed dbosak01 closed 8 months ago

dbosak01 commented 8 months ago

Dedupe functionality messed up on TXT output.

dbosak01 commented 8 months ago

Situation was the user was trying to dedupe a column that was wrapping. The wrap happens first, and the dedupe happens second. By the time the dedupe occurs, the values are wrapped in the text output and are no longer duplicated. I don't know how to handle this situation. Seems that the user should dedupe themselves before sending to reporter. Or find a way to make the column wider.