Description Usage Arguments Value Examples
View source: R/send_functions.R
Send R Objects
1 2 3 4 5 | send_webhook_robject(
...,
filename = tempfile(pattern = "discordr", fileext = ".RData"),
conn = get_default_discord_connection()
)
|
... |
Single or Multiple R Objects to be contained within a single RData file |
filename |
Default is a random string saved in the temporary directory; change this if you would like the RData file to be human-readable and in a different location. |
conn |
Discord Connection Object containing Webhook and Username |
None
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.