R/kml.start.r

Defines functions kml.start

Documented in kml.start

#' @title kml.start
#' @description unknown
#' @family abysmally documented
#' @author  unknown, \email{<unknown>@@dfo-mpo.gc.ca}
#' @export
 kml.start = function( outfile, document.name ) {
    if ( file.exists(outfile) ) file.remove( outfile)
    con = file( outfile, open="a") 
    writeLines( kml.document('header', document.name),  con ) 
    return(con)
  }
 
Beothuk/bio.utilities documentation built on May 5, 2019, 1:39 p.m.