if (FALSE) { # interactive()
login_db() # Queries user for email and password interactively.
}
# \donttest{
if (FALSE) {
# The following shows how to use credentials that have been stored previously.
login_db(email = "you@provider.com", store = TRUE)
}
# }
Run the code above in your browser using DataLab