Convert token to environment variable
convert_token_to_envvar(token, clipboard = TRUE, verbose = TRUE)
token
: bearer token, either public or user levelclipboard
: logical, whether to export the token to the clipboardverbose
: logical whether to display messagesToken (in environment variable format), invisibily
## Not run: x <- auth_setup("mastodon.social", "public") envvar <- convert_token_to_envvar(x) envvar ## End(Not run)
Useful links