Store your Mobility Database API refresh token for use in subsequent API calls. The refresh token is used to generate short-lived access tokens automatically.
Arguments
- refresh_token
A string. Your Mobility Database API refresh token. Obtain this by signing up at https://mobilitydatabase.org and navigating to your account details page.
- install
A logical. If
TRUE, will set the token in.Renvironfor use across sessions. IfFALSE(default), token is only set for the current session.
