I am trying to use the tidyr::unite function on a tibble from a SQLite query. I get the following error:
Error in UseMethod("unite_") : no applicable method for 'unite_' applied to an object of class "c('tbl_dbi', 'tbl_sql', 'tbl_lazy', 'tbl')"
I think it's a similar issue for the spread function which was resolved on another thread (Transpose dplyr::tbl object). I was wondering if there is a similar fix or other workaround for the unite function.