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
## 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


fetchR documentation built on May 2, 2019, 10:14 a.m.