af_set_api_token {rappsflyer} | R Documentation |
Set AppsFlyer API token in current R session
af_set_api_token(api_token)
api_token |
Your AppsFlyer API token. |
No return value, called for set api token in current R session.
Alexey Seleznev
For more details go link
## Not run:
af_set_api_token("Your API token")
## End(Not run)