read_sheet_all: Read All Sheets from a Spread Sheet

Description Usage Arguments Value

View source: R/gs4.R

Description

A wrapper around googlesheets4::read_sheet() to read all sheets from a spread sheet. Output will be a list of data.frame with names corresponding to Google sheets (tabs) names.

Usage

1
read_sheet_all(ss, sheets_regex = NULL, ...)

Arguments

ss

Something that identifies a Google Sheet

sheets_regex

If NULL read all sheets; otherwise, specify regex to subset sheets

...

passed to googlesheets4::read_sheet

Value

A Tibble


Lightbridge-AI/lbapi documentation built on Dec. 17, 2021, 12:04 a.m.