Description Usage Arguments Author(s) See Also
View source: R/kml_description.R
Converts a two-column data frame to a table in HTML format. This can then parsed to a KML file as the layer description.
1 2 3 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.