ssee_auth: Obtain a key with Google

Description Usage Arguments Examples

Description

To login with Google, first visit Google security and generate an app token. You can then save this in your .rprofile with options("sheetsee" = "YOUR_AUTH_TOKEN") In future sessions this will be automatically read in. You can also specify this inline

Usage

1
ssee_auth(email, key = getOption("sheetsee"))

Arguments

email

Your gmail address

key

Your app specific password. See above for instructions to generate one.

Examples

1
2
3
4
## Not run: 
ssee_auth('karthik.ram@gmail.com')

## End(Not run)

ropensci/sheetseeR documentation built on May 27, 2019, 6:35 p.m.