R/ocnms_render_rmd.R
ocnms_get_sheet.Rd
This function retrieves the contents of a tab of a google spreadsheet that is protected.
ocnms_get_sheet( gsheet = "https://docs.google.com/spreadsheets/d/1C5YAp77WcnblHoIRwA_rloAagkLn0gDcJCda8E8Efu4/edit", sheets_tab )
gsheet | Link to the target google sheet. |
---|---|
sheets_tab | The tab of the google sheet to be returned. |
The function returns the contents of a tab of a google sheet.
if (FALSE) { ocnms_get_sheet(sheets_tab = "figures") }