You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In situations when I'm using the ggtibble package, I want to be able to use any operations that can occur on a gg object on a ggtibble and gglist object.
I would like to be able to use %+% on a ggtibble object, but it is not generic, so I can't easily use it. If package load order is ggtibble then ggplot2, the ggplot2 %+%function will be used instead of a generic fromggtibble`.