R/SeaBird.convert.to.lines.R

#' $Id: SeaBird.convert.to.lines.R 1747 2007-11-12 21:01:38Z adunn $
#'
#' @export
#'
"SeaBird.convert.to.lines"<-
function(filename)
{
# note blank lines are not included - I would rather they were but am not sure how
  scan(filename, what = "", sep = "\n")
}
cttedwards/seabird2 documentation built on May 14, 2019, 12:41 p.m.