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`.