From 94baa7de9b73fff988b35da28e9850042b2f03d8 Mon Sep 17 00:00:00 2001 From: f-lukas <86153843+f-lukas@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:45:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Pandora-?= =?UTF-8?q?IsoMemo/MapR@bd5ce1f9ffff9fef55a75b8f2737e7ca0cb75f3a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- LICENSE.html | 2 +- articles/how-to-use-MapR.html | 2 +- articles/index.html | 2 +- authors.html | 6 +- index.html | 2 +- news/index.html | 30 ++++- pkgdown.yml | 2 +- reference/actionButtonUI.html | 2 +- reference/config.html | 2 +- reference/convertImageListToDataFrame.html | 2 +- reference/createQuestionnaireInputs.html | 8 +- reference/createVariableSelectionInputs.html | 2 +- reference/downloadSessionUI.html | 76 +++++++++++ reference/index.html | 34 ++++- reference/mapPanelServer.html | 2 +- reference/mapPanelUI.html | 2 +- reference/observeEnableActionButton.html | 2 +- reference/observeShowPlot.html | 2 +- reference/observeShowTable.html | 92 +++++++++++++ reference/observeUploadedZip.html | 130 +++++++++++++++++++ reference/pipe.html | 2 +- reference/plotServer.html | 2 +- reference/plotUI.html | 2 +- reference/prepareImageListImage.html | 2 +- reference/prepareQuestionnaireImage.html | 2 +- reference/radioButtonsUI.html | 2 +- reference/selectizeInputUI.html | 2 +- reference/sliderInputUI.html | 2 +- reference/startApplication.html | 2 +- reference/tableServer.html | 80 ++++++++++++ reference/tableUI.html | 76 +++++++++++ reference/textFormatUI.html | 2 +- search.json | 2 +- sitemap.xml | 6 +- 35 files changed, 551 insertions(+), 37 deletions(-) create mode 100644 reference/downloadSessionUI.html create mode 100644 reference/observeShowTable.html create mode 100644 reference/observeUploadedZip.html create mode 100644 reference/tableServer.html create mode 100644 reference/tableUI.html diff --git a/404.html b/404.html index 530d9c2..4c4f201 100644 --- a/404.html +++ b/404.html @@ -20,7 +20,7 @@ MapR - 24.1.2 + 24.6.0 + + + + + +
+
+
+ +
+

Create Inputs for Variable Selection

+
+ +
+

Usage

+
downloadSessionUI(id)
+
+ +
+

Arguments

+ + +
id
+

id of module

+ +
+ +
+ + +
+ + + + + + + diff --git a/reference/index.html b/reference/index.html index 6e0b3f8..b9e899f 100644 --- a/reference/index.html +++ b/reference/index.html @@ -7,7 +7,7 @@ MapR - 24.1.2 + 24.6.0 + + + + + +
+
+
+ +
+

Observer to show table when display button is clicked

+
+ +
+

Usage

+
observeShowTable(input, output, session, image_list, table_data)
+
+ +
+

Arguments

+ + +
input
+

input object from server function

+ + +
output
+

output object from server function

+ + +
session
+

session from server function

+ + +
image_list
+

reactive image list

+ + +
table_data
+

reactive table data

+ +
+ +
+ + +
+ + + + + + + diff --git a/reference/observeUploadedZip.html b/reference/observeUploadedZip.html new file mode 100644 index 0000000..6df3893 --- /dev/null +++ b/reference/observeUploadedZip.html @@ -0,0 +1,130 @@ + +Observer for zip upload — observeUploadedZip • MapR + Skip to contents + + +
+
+
+ +
+

Observer to show and hide inputs based on the zip file content. If a questionnaire is present, +the variable selection inputs are hidden and the questionnaire inputs are shown. If no +questionnaire is present, the variable selection inputs are shown and the questionnaire inputs +are hidden. The observer also extracts the questionnaire and image list from the zip file. +If existing, the observer extracts the notes and inputs from the zip file.

+
+ +
+

Usage

+
observeUploadedZip(
+  input,
+  output,
+  session,
+  uploaded_zip,
+  image_list,
+  questionnaire,
+  uploaded_inputs,
+  upload_description,
+  id
+)
+
+ +
+

Arguments

+ + +
input
+

input object from server function

+ + +
output
+

output object from server function

+ + +
session
+

session from server function

+ + +
uploaded_zip
+

reactive value of uploaded zip file

+ + +
image_list
+

reactive value of image list

+ + +
questionnaire
+

reactive value of questionnaire

+ + +
uploaded_inputs
+

reactive value of uploaded inputs

+ + +
upload_description
+

reactive value of upload description

+ + +
id
+

module id

+ +
+ +
+ + +
+ + + + + + + diff --git a/reference/pipe.html b/reference/pipe.html index 392bc4e..163c3d9 100644 --- a/reference/pipe.html +++ b/reference/pipe.html @@ -7,7 +7,7 @@ MapR - 24.1.2 + 24.6.0 + + + + + +
+
+
+ +
+

Server function of table module

+
+ +
+

Usage

+
tableServer(id, df)
+
+ +
+

Arguments

+ + +
id
+

id of module

+ + +
df
+

data frame to be displayed in table

+ +
+ +
+ + +
+ + + + + + + diff --git a/reference/tableUI.html b/reference/tableUI.html new file mode 100644 index 0000000..0e55152 --- /dev/null +++ b/reference/tableUI.html @@ -0,0 +1,76 @@ + +UI function of table module — tableUI • MapR + Skip to contents + + +
+
+
+ +
+

UI function of table module

+
+ +
+

Usage

+
tableUI(id)
+
+ +
+

Arguments

+ + +
id
+

id of module

+ +
+ +
+ + +
+ + + + + + + diff --git a/reference/textFormatUI.html b/reference/textFormatUI.html index 91bf58f..6a35c1a 100644 --- a/reference/textFormatUI.html +++ b/reference/textFormatUI.html @@ -7,7 +7,7 @@ MapR - 24.1.2 + 24.6.0