Description Usage Arguments Value See Also Examples
View source: R/send_functions.R
Send file from the given filename to the username and webhook provided
1 | send_webhook_file(filename, conn = get_default_discord_connection())
|
filename |
filepath and filename of the file to be sent |
conn |
Discord Connection Object containing Webhook and Username |
None
send_webhook_file
, send_webhook_plot_code
, send_webhook_ggplot
, send_webhook_console
1 2 3 4 | ## Not run:
send_file('image.jpg')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.