insertCallback
takes shiny input values supplied by the user, collects
them into a data.frame
and then appends them into a database
1 2 3 4 5 6 | insertCallback(
inputData,
db,
dbTable,
session = shiny::getDefaultReactiveDomain()
)
|
inputData |
a
|
db |
a |
dbTable |
The database table the new data will be added to. |
session |
These parameters are handled by
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.