Read a specified Katilingban Google Sheets
Usage
read_kb_sheets(ss, sheet = NULL, ...)
Arguments
- ss
Something that identifies a Google Sheet: ID, URL, etc.
- sheet
Worksheet in Google Sheets to read. Can be specified as the
name of the worksheet or by position using a number.
- ...
Additional parameters passed to googlesheets4::read_sheet
Value
A dribble/tibble of the specified Google Sheet
Examples
if (FALSE) {
read_kb_sheets(ss = "1l9ov8NEND-gROprl4gR5K2iiTgcQfrGirItz9uExKl0")
}