Description Usage Arguments Value Note Author(s) References See Also Examples
This function and its methods retrieve the value of the name element of each top-level Folder element in the document.
1 | folderNames(x, ...)
|
x |
the KML document, either as a file name or URL or a previously parsed XML document |
... |
additional arguments for methods |
A character vector.
This could be made to be recursive and compute the names of sub-folders.
Duncan Temple Lang
KML Reference Manual
1 2 3 4 5 6 7 | f = system.file("sampleKML", "images.kml", package = "RKML")
folderNames(f)
doc = xmlParse(f)
folderNames(doc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.