Description Usage Arguments Value Examples
View source: R/connection_setup.R
Obtains the currently set default username or returns an error if it not set within the current environment. If username is not set, use set_default_discord_username
to set default environment username.
1 | get_default_discord_username(verbose = TRUE)
|
verbose |
Return detailed messages on if username is currently set. |
Currently set discordr username environment variable; Will return an empty string and message if no username has been set.
1 2 3 4 | ## Not run:
get_default_discord_username()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.