R/squeezeBlanks.r

#' @title squeezeBlanks
#' @description removes leading blanks
#' @family abysmally documented
#' @author  unknown, \email{<unknown>@@dfo-mpo.gc.ca}
#' @export
squeezeBlanks <- function (text) 
{
    gsub(" *", "", text)
}
Beothuk/bio.utilities documentation built on May 5, 2019, 1:39 p.m.