Description Usage Arguments Value See Also Examples
View source: R/send_functions.R
This functions accepts an expression whose console output you would like to send to the specified discord channel
1 2 3 4 5 6 | send_webhook_console(
...,
conn = get_default_discord_connection(),
filename = tempfile(pattern = "discordr"),
tibble_formatting = FALSE
)
|
... |
A single or set of expressions to be evaluated for console output |
conn |
Discord Connection Object containing Webhook and Username |
filename |
Alternative path to route console output; defaults to tempfile |
tibble_formatting |
By Default this is set to False, Use this option to format linebreaks specifically on newlines for large tibbles |
None
send_message
, send_file
, send_plot_code
, send_current_ggplot
1 2 3 4 | ## Not run:
send_webhook_console(2 + 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.