read_sheet: Read a Google Sheet using googlesheets

Description Usage Arguments Value Note Author(s)

Description

read_sheet takes a Google Sheets sharing url, and it returns, via the googlesheets package, a data frame of the Google Sheet. It defaults to producing a data frame of Sheet1 of any Google Sheet, but the name of the sheet that will be returned may be specified.

Usage

1
read_sheet(url,sheetname)

Arguments

url

A Google Sheets sharing url the user must supply as a character string with quotation marks.

sheetname

A character name defaults to "Sheet1", but the user may specify a specific sheet name of their own if their sheet is named in Google Sheets.

Value

A data frame of the requested Google Sheet.

Note

Wubba lubba dub dub

Author(s)

David Burton, URMC Dept. of Biostatistics


Statgnome/commuteconvergence documentation built on May 28, 2019, 3:16 p.m.