#' Module UI for Input operations Data
#'
#' @param id Module Identification
#' @return shiny UI
#' @export
op_data_input_ui <- function(id){
tagList(
DT::DTOutput(NS(id, "my_datatable"))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.