View source: R/utils_interface.R
textSuggestions | R Documentation |
Uses the JavaScript library jquery.textcomplete
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
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.