I cannot seem to find the documentation in the googledrive package about how to read in a specific tab from a Google Sheet. When I use drive_download(), it reads the first tab in the sheet I download.
I see some documentation from the googlesheets package - should I use gs_browse(ws = "name")? If so, how can that be combined with the the googledrive package?