Converts a two-column data frame to a table in HTML format. This can then parsed to a KML file as the layer description.
kml_description(x, iframe = NULL, caption = "Object summary",
fix.enc = TRUE, cwidth = 150, twidth = 300,
delim.sign = "_", asText = FALSE)
object of class "data.frame"
with two columns
(optional) iframe content
character; table caption
logical; specify whether to fix encoding
numeric; first column width
numeric; table width
character; delimiter sign
logical; specifies whether to return the formatted table as text or XML