Description Usage Arguments Value Examples
View source: R/ocnms_render_rmd.R
This function retrieves the contents of a tab of a google spreadsheet that is protected.
1 2 3 4 5 | 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.
1 2 3 4 | ## Not run:
ocnms_get_sheet(sheets_tab = "figures")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.