View source: R/applyShinyFeedback.R
apply shiny feedback
1 2 3 4 5 6 7 8 | applyShinyFeedback(
inputId,
prop,
feedbackId = inputId,
moduleClass = NULL,
projPath = projectDirPath(),
input
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.