kml-Fetch-method: Write a Fetch object to a KML file

Description Usage Arguments

Description

Write a Fetch object to a KML file. Various aesthetics parameters can be set via colour, alpha, size, shape arguments.

Usage

1
2
3
4
5
6
7
8
9
## S4 method for signature 'Fetch'
kml(
  obj,
  folder.name = normalizeFilename(deparse(substitute(obj, env = parent.frame()))),
  file.name = paste(normalizeFilename(deparse(substitute(obj, env = parent.frame()))),
    ".kml", sep = ""),
  overwrite = FALSE,
  ...
)

Arguments

obj

a Fetch object

folder.name

character; folder name in the KML file

file.name

character; output KML file name

overwrite

logical; overwrite the existing file if one exists? Default FALSE

...

additional aesthetics arguments passed to kml_layer.SpatialLines


blasee/fetchR documentation built on Feb. 22, 2020, 9:13 a.m.