buildFilePathPropUI: Build UI for File Path Properties

Description Usage Arguments Value Functions

View source: R/buildFilePathPropUI.R

Description

Build UI for File Path Properties

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
buildFileListPropObservers(
  session,
  input,
  output,
  propName,
  myVolumesNow,
  values,
  moduleId = NULL
)

buildFileListPropUI(propName, value, default, moduleId = NULL)

buildFilePathPropObservers(
  session,
  input,
  output,
  propName,
  myVolumesNow,
  values,
  moduleId = NULL
)

buildFilePathPropUI(propName, value, default, moduleId = NULL)

Arguments

session

usually session=session

input

usually input=input

output

usually output=output

propName

a string, the name of the property

myVolumesNow

the volumes object to pass to shinyFiles operations

values

the list of lists reactive values object that represents the current configuration

moduleId

module id if property is associated with a module

value

in the case of a list property, the value of the property, most likely a single string, possibly comma-separated list

default

value shown as a placeholder if no value is present, or value is removed

Value

ui object

Functions


IvoryC/shinyBioLockJ documentation built on May 29, 2021, 7:40 a.m.