Description Usage Arguments Value Note Author(s)
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.
1 | read_sheet(url,sheetname)
|
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. |
A data frame of the requested Google Sheet.
Wubba lubba dub dub
David Burton, URMC Dept. of Biostatistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.