# NOT RUN {
# Obtain a token by username and password
# }
# NOT RUN {
token <- dsAuth(username = "my.email@my.domain", password = "mypassword")
# }
# NOT RUN {
# Obtain a token by API Key
# }
# NOT RUN {
token <- dsAuth(key = "myapikey")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab