R/trim.R

#' Function for determining a pathway
#'
#' Parsing function
#'
#' @param x String
#' @keywords pathway decision tree
#' @export

trim <- function(x) {
  gsub("^\\s+|\\s+$", "", x)
}
AshwiniKV/visTree documentation built on May 7, 2019, 1:22 p.m.