# NOT RUN {
# use with explicit arguments
session <- gconnect("usr@gmail.com", "psw")
# use with arguments stored in env.var or options()
# this is preferred for scripts shared with others who
# can place their secret password in a file only they know
session <- gconnect("usr@gmail.com", "psw")
# }
Run the code above in your browser using DataLab