Skip to content
Snippets Groups Projects
Unverified Commit c03c6ded 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 09851d3c
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) { ...@@ -162,6 +162,13 @@ react_conf_f <- function(input,output,session,rv,rf) {
rv rv
}) })
rf$get_tags_from_txt <- react_f({
## Tags in the text box.
txt2tags(input$tagsInp)
})
rf 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