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)
}
AtlanticR/bio.utilities documentation built on June 21, 2020, 7:43 p.m.