buildMetadata: Build 'map' obj metadata table

View source: R/buildMetadata.R

buildMetadataR Documentation

Build map obj metadata table

Description

Build map obj metadata table

Usage

buildMetadata(
  metadata,
  isStudyArea,
  isRasterToMatch,
  layerName,
  obj,
  columnNameForLabels,
  objHash,
  leaflet,
  envir,
  ...
)

Arguments

metadata

TODO: description needed

isStudyArea

TODO: description needed

isRasterToMatch

Logical. Is this(these) layer(s) the rasterToMatch layers. If TRUE, then this layer can be accessed by rasterToMatch(map)

layerName

TODO: description needed

obj

TODO: description needed

columnNameForLabels

TODO: description needed

objHash

TODO: description needed

leaflet

Logical or Character vector of path(s) to write tiles. If TRUE or a character vector, then this layer will be added to a leaflet map. For RasterLayer object, this will trigger a call to gdal2tiles, making tiles. If path is not specified, it will be the current path. The tile base file path will be paste0(layerName, "_", rndstr(1, 6)).

envir

TODO: description needed

...

Additional arguments.


PredictiveEcology/map documentation built on Nov. 11, 2023, 11:44 a.m.