applyShinyFeedback: apply shiny feedback

Description Usage Arguments

View source: R/applyShinyFeedback.R

Description

apply shiny feedback

Usage

1
2
3
4
5
6
7
8
applyShinyFeedback(
  inputId,
  prop,
  feedbackId = inputId,
  moduleClass = NULL,
  projPath = projectDirPath(),
  input
)

Arguments

inputId

the input object to pull a value from

prop

a property object, such as an element of the list returned by BioLockR::propInfo()

feedbackId

the input object to apply the feedback onto (by default, feedbackId=inputId)

moduleClass

the class name of an associated module, used for the module arg to BioLockR::isValidProp

projPath

use projectDirPath(); the path that relative paths are relative to.

input

generally use: input=input


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