View source: R/addEditModules.R
This function takes a character vector of fields to check in the database for a possible duplication before an addition occurs
1 2 3 4 5 6 7 8 | checkDuplicateFunction(
checkDuplicate,
reactiveData,
inputData,
db,
dbTable,
session = shiny::getDefaultReactiveDomain()
)
|
checkDuplicate |
character vector specifing which fields to check for possible duplication. Default value is null, and no fields are checked for duplicates |
reactiveData |
Reactive which stores all of the tables from the database
as seperate |
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.