Description Usage Arguments Value Examples
View source: R/utils_interface.R
Uses the JavaScript library jquery.textcomplete
1 | textSuggestions(id, words, novalue = "No matching value", char = " ")
|
id |
Character: input ID |
words |
Character: words to suggest |
novalue |
Character: string when there's no matching values |
char |
Character to succeed accepted word |
HTML string with the JavaScript script prepared to run
1 2 | words <- c("tumor_stage", "age", "gender")
psichomics:::textSuggestions("textareaid", words)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.