Blame | Last modification | View Log | Download | RSS feed
characterOnlyHandler <- function() { txt <- NULL text <- function(val,...) { txt <<- c(txt, val) } getText <- function() { txt } return(list(text=text, getText=getText)) }
characterOnlyHandler <- function() {
txt <- NULL
text <- function(val,...) {
txt <<- c(txt, val)
}
getText <- function() { txt }
return(list(text=text, getText=getText))