dbosak01 / fmtr

An R package for formatting data.
12 stars 1 forks source link

Print of individual format return x for name #12

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

When you print a single format, the print function returns the name as "x". The format is working. But the display is confusing.

dbosak01 commented 3 years ago

This is actually impossible or really hard to fix. If the actual print function is called, it works. But the auto-print always returns an x as the name of the variable. Just have to close it for now.

https://stackoverflow.com/questions/64189911/in-r-how-can-i-print-the-name-of-an-object-reliably-from-a-custom-print-functio