inst/shinyCombinePlots/conveniences.R

`%between%` = function(a,b) (a >= b[1] & a <= b[2])

wasClicked =  function(button) {
  if(exists("input"))
    if(!is.null(button) ) {
      if(button > 0) {
        return(TRUE)
      }
    }
  return(FALSE)
}
assign("%&%",  function (a, b) paste(a, b, sep = ""))
catn = function(...) cat(..., "\n")

Try the NNTbiomarker package in your browser

Any scripts or data that you put into this service are public.

NNTbiomarker documentation built on May 1, 2019, 11:15 p.m.