Jake Hughey

Results 6 comments of Jake Hughey

Ok, then what about something like this? ```r range_read_cells_background

Right, so here's one option, which returns only particular components. Another would be to just return everything and do some minor renaming, or to allow `group` to have more than...

Here's something for you to adapt. ```r #' Set background colors in columns of a Google Sheet #' #' This function constructs a JSON string, then makes and sends a...

also related to #28626 (I hadn't found the other feature request when I created mine).

``` r library('googledrive') # before running the code, # create a file email.txt containing the email address for your google account, # create a google drive folder and copy its...