textSuggestions {psichomics} | 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)