R/kml.end.r

Defines functions kml.end

Documented in kml.end

#' @title kml.end
#' @description unknown
#' @family abysmally documented
#' @author  unknown, \email{<unknown>@@dfo-mpo.gc.ca}
#' @export
   kml.end = function( con ) {
    writeLines( kml.document('footer'),  con ) 
    close(con)
    print ( "Google earth file has been completed and saved" )
  }
Beothuk/bio.utilities documentation built on May 5, 2019, 1:39 p.m.