seankross / mario

🍄 But our princess is in another castle!
Other
21 stars 1 forks source link

[optional] display scalar values which result from a pipeline operation #44

Closed pgbovine closed 2 years ago

pgbovine commented 2 years ago

I'm not sure whether %>% operations ever end up in a scalar value being produced, but if so, you could encode it in a special format too, and just print out the string representation of this value.

seankross commented 2 years ago

There are no scalars in R, only vectors of length 1. So whatever we do to handle vectors will also cover "scalars"

On Wed, Nov 17, 2021 at 4:35 PM pgbovine @.***> wrote:

I'm not sure whether %>% operations ever end up in a scalar value being produced, but if so, you could encode it in a special format too, and just print out the string representation of this value.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/seankross/mario/issues/44, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN4JJJVQBNSNKKQAWEMOWLUMRC4HANCNFSM5IIKTX2A .