View source: R/custom_buttons.R
button_send_datamap | R Documentation |
This function is an exported wrapper around the actual function to send the datamap. This actual function can be customized by the user.
button_send_datamap(rv)
rv |
The global rv object. rv$datamap needs to be valid. |
This functions is used to trigger logic when clicking the "Send
Datamap" button on the dashboard (default: triggers the composing of an
email by making use of the java-script command
window.open('mailto: ...')
). When customizing DQAgui
, the function
button_send_datamap
can be overwritten in the namespace to trigger any
other logic, wanted by the user.
if (interactive()) {
button_send_datamap(rv=rv)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.