extract_input {teal.modules.clinical} | R Documentation |
Extracts html id for data_extract_ui
Description
The data_extract_ui
is located under extended html id. We could not use ns("original id")
for reference, as it is extended with specific suffixes.
Usage
extract_input(varname, dataname, filter = FALSE)
Arguments
varname |
( |
dataname |
( |
filter |
( |
Value
a string
Examples
extract_input("ARM", "ADSL")
[Package teal.modules.clinical version 0.9.1 Index]