Launch the Asana "My Apps" page (where you can create a new personal access
token). After you create a token, copy/paste the value into the
ASN_API_TOKEN
environment variable. We recommend placing this environment
variable in your .Renviron
file.
Examples
asana_token_url <- asn_browse_token()
Sys.setenv(ASN_API_TOKEN = "1/12345:e12a3etc")