Skip to content
Snippets Groups Projects
Unverified Commit ed45f6e9 authored by Todor Kondic's avatar Todor Kondic
Browse files

Add get_tags_from_txt

R/shiny-ui-config.R(rf$get_tags_from_txt): New reactive function.
parent f799de6e
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,13 @@ react_conf_f <- function(input,output,session,rv,rf) {
rv
})
rf$get_tags_from_txt <- react_f({
## Tags in the text box.
txt2tags(input$tagsInp)
})
rf
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment