Exploratory Analysis Module Added
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"properties": {
|
||||
"source_window_id": "",
|
||||
"Source": "Source",
|
||||
"cursorPosition": "140,7",
|
||||
"scrollLine": "121"
|
||||
"cursorPosition": "291,28",
|
||||
"scrollLine": "223"
|
||||
},
|
||||
"folds": "",
|
||||
"lastKnownWriteTime": 1686049083,
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
@@ -14,6 +14,7 @@ basicstatUI <- function(id) {
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
basicstatServer <- function(id, dt) {
|
||||
moduleServer(id,
|
||||
function(input, output, session) {
|
||||
|
||||
Reference in New Issue
Block a user