Arranging Flextable objects using cowplot or similar

Hi - I'm trying to include a flextable object in cowplot::plot_grid and getting this error:

cowplot::plot_grid(flextable::regulartable(mtcars))

Error in plot_to_gtable(x) : 
  Argument needs to be of class "ggplot", "gtable", "grob", "recordedplot", or a function that plots to an R graphicsdevice when called, but is a flextableregulartable

Wondering if there's a workaround or if anyone's come across a package that can arrange this type of object with other ggplots.

Thanks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.