R/rt.R

Defines functions rt

Documented in rt

#' rt()
#'
#' remove txt and get only number
#'
#' @export
rt <- function(string){
  return(trimws(gsub("[[:alpha:]]","",string)))
}
nbarsch/pineium documentation built on July 12, 2022, 11:40 p.m.