test_connection_button_clicked | R Documentation |
After the button "Check connection" is pressed in the GUI, this function will be called and tries to connect to this system and feedbacks the result to the user. If the connection is successfully established, the button will be disabled and this connection will be stored as valid for the given source/target system.
test_connection_button_clicked(
rv,
source_target,
db_type,
input,
output,
session
)
rv |
The global 'reactiveValues()' object, defined in server.R |
source_target |
(String) "source" or "target" |
db_type |
(String) "postgres" or "oracle" |
input |
Shiny server input object |
output |
Shiny server output object |
session |
Shiny session object |
true if the connection could be established and false otherwise (also if an error occurred)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.