Exploratory Analysis Module Added

This commit is contained in:
2022-03-03 11:10:36 +01:00
parent a8a6d43d67
commit 10d802b6c6
7 changed files with 272 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ basicstatUI <- function(id) {
)
}
basicstatServer <- function(id, dt) {
moduleServer(id,
function(input, output, session) {