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

@@ -1,4 +1,6 @@
{
"source_window_id": "",
"Source": "Source"
"Source": "Source",
"cursorPosition": "16,0",
"scrollLine": "0"
}

View File

@@ -1,6 +1,6 @@
{
"source_window_id": "",
"Source": "Source",
"cursorPosition": "140,7",
"scrollLine": "121"
"cursorPosition": "291,28",
"scrollLine": "223"
}

View File

@@ -12,8 +12,8 @@
"properties": {
"source_window_id": "",
"Source": "Source",
"cursorPosition": "140,7",
"scrollLine": "121"
"cursorPosition": "291,28",
"scrollLine": "223"
},
"folds": "",
"lastKnownWriteTime": 1686049083,

View File

@@ -3,7 +3,7 @@
"path": "~/Projects/LoanRisk/mod_basic.R",
"project_path": "mod_basic.R",
"type": "r_source",
"hash": "1266759796",
"hash": "1648399213",
"contents": "",
"dirty": false,
"created": 1686047786220.0,
@@ -11,14 +11,16 @@
"relative_order": 3,
"properties": {
"source_window_id": "",
"Source": "Source"
"Source": "Source",
"cursorPosition": "16,0",
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1637757473,
"lastKnownWriteTime": 1686049500,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1637757473,
"last_content_update": 1686049500334,
"read_only": false,
"read_only_alternatives": []
}

View File

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