Description Usage Arguments Examples
View source: R/connection_setup.R
Export Discord Connections
1 | export_discord_connection(conn, filepath, append = TRUE)
|
conn |
Connection Object to Export |
filepath |
Filepath to new or existing connections file |
append |
Optional; Assumed to be TRUE to add connection objects, otherwise will overwrite existing file |
1 2 3 4 5 | ## Not run:
conn_obj <- create_discord_connection(webhook = 'https://google.com', username = 'test')
export_discord_connection(conn_obj, 'discord_connections.csv')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.