R/SeaBird.remove.first.words.R

#' $Id: SeaBird.remove.first.words.R 1747 2007-11-12 21:01:38Z adunn $
#'
#' @export
#'
"SeaBird.remove.first.words"<-
function(string, words = 1)
{
  paste(SeaBird.unpaste(string, sep = " ")[ - (1:words)], collapse = " ")
}
cttedwards/seabird2 documentation built on May 14, 2019, 12:41 p.m.