R/SeaBird.string.to.vector.of.words.R

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