ocnms_get_sheet: OCNMS version: get contents of tab of google spreadsheet

Description Usage Arguments Value Examples

View source: R/ocnms_render_rmd.R

Description

This function retrieves the contents of a tab of a google spreadsheet that is protected.

Usage

1
2
3
4
5
ocnms_get_sheet(
 
    gsheet = "https://docs.google.com/spreadsheets/d/1C5YAp77WcnblHoIRwA_rloAagkLn0gDcJCda8E8Efu4/edit",
  sheets_tab
)

Arguments

gsheet

Link to the target google sheet.

sheets_tab

The tab of the google sheet to be returned.

Value

The function returns the contents of a tab of a google sheet.

Examples

1
2
3
4
## Not run: 
ocnms_get_sheet(sheets_tab = "figures")

## End(Not run)

marinebon/infographiqR documentation built on Dec. 21, 2021, 2:44 p.m.