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)
}

Try the visTree package in your browser

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

visTree documentation built on May 1, 2019, 9:46 p.m.