vital_signs_tables: vital_signs_tables

Description Usage Arguments Value Examples

Description

Wrapper function for VitalSignsData

Usage

1
vital_signs_tables(client_id, client_secret, creds_file, scopes, service = F)

Arguments

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

Value

Returns a VitalSignsData class object

Examples

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")

ConservationInternational/VitalSignsUtilities documentation built on May 6, 2019, 12:51 p.m.