Description Usage Arguments Value Examples
Wrapper function for VitalSignsData
1 | vital_signs_tables(client_id, client_secret, creds_file, scopes, service = F)
|
client_id |
A Google App Engine client ID |
client_secret |
A Google App Engine client secret |
creds_file |
A JSON file with Google App Engine credentials in it (preferred) |
scopes |
A set of API scopes for Google Drive |
service |
A boolean of whether or not the credentials are for a service account |
Returns a VitalSignsData class object
1 2 3 4 5 6 7 | # vstables <- vital_signs_tables(creds_file = "credentials.json")
# vstables <- vital_signs_tables(creds_file = "service_credentials.json",
# service = T)
# vstables <- vital_signs_tables(client_id = "blablabla",
# client_secret = "blublublu")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.