Package suggestion

Hi, could you take a look at the FAQ: What's a reproducible example (`reprex`) and how do I do one? and try a reprex. You can expect more and better answers with an explicit starting point.

One option is to take your object and apply

dput(my_data)

and cut and paste into your answer. There's no need for the complete file, just a few or several representative records.