Description Usage Arguments Value Examples
Retrieves data from a googlesheets online, if you have authorization
1 | ae_get_gs_data(worksheet, sheet_key, colnames = TRUE, path_to_token = NULL)
|
worksheet |
The worksheet in the googlesheets, which you want to retrieve data from |
sheet_key |
The sheet_key of the worksheet. Can be accessed through the URL |
colnames |
Boolean on whether you wish to have the first row of the spreadsheet serve as column names |
path_to_token |
Specify path to token, which allows access to googlesheets. If not specified, you will be asked to grant access via a web browser |
Tibble of googlesheets data
1 | ae_get_gs_data("your_data","your_worksheet_name","your_sheet_key_id_like_1zmxDhJ...")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.