Read a public Google Sheet and return a tibble
Usage
read_sheet(sheet_id, gid = NULL)
Arguments
- sheet_id
The Google Sheets document ID (the long string in the URL).
- gid
Optional sheet tab ID (integer). Defaults to the first sheet.
Examples
if (FALSE) { # \dontrun{
read_sheet("1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms")
} # }