save_auth_rtoot: save a bearer token to file
Description
save a bearer token to file
Usage
save_auth_rtoot(token, name = NULL, path = NULL)
Arguments
- token
bearer token created with create_token
- name
A file name (if you want to store more than one token).
- path
A path where the token is stored.