kml_description {plotKML} | R Documentation |
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)
x |
object of class |
iframe |
(optional) iframe content |
caption |
character; table caption |
fix.enc |
logical; specify whether to fix encoding |
cwidth |
numeric; first column width |
twidth |
numeric; table width |
delim.sign |
character; delimiter sign |
asText |
logical; specifies whether to return the formatted table as text or XML |
Tomislav Hengl