Andrew Nguyen

Results 4 issues of 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() %>%...

Type: ☹︎ Bug
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High

update the bash profile during build