Andrew Nguyen
Andrew Nguyen
I can't find an example for how match_fun works anywhere online
The google books API is driving me nuts I'm on scientific linux 6.x, and jsonlite version 1.5 ``` library(jsonlite) library(httr) library(dplyr) #https://developers.google.com/books/docs/v1/using#WorkingVolumes book_title
When attempting to hide a grouped column, gt gives a very unhelpful error message ```r library(gt) library(dplyr) #fails with `Error: Columns must be provided.` mtcars %>% group_by(cyl) %>% gt() %>%...
update the bash profile during build