af_set_api_token {rappsflyer} | R Documentation |
Set 'AppsFlyer' API Token
Description
Set AppsFlyer API token in current R session
Usage
af_set_api_token(api_token)
Arguments
api_token |
Your AppsFlyer API token. |
Value
No return value, called for set api token in current R session.
Author(s)
Alexey Seleznev
See Also
For more details go link
Examples
## Not run:
af_set_api_token("Your API token")
## End(Not run)
[Package rappsflyer version 0.2.0 Index]