set_data: Update the data of a Mapbox source

Description Usage Arguments See Also

View source: R/layers_update.R

Description

Update the data of a Mapbox source

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
set_data(map, data, source_id = NULL, ...)

## S3 method for class 'character'
set_data(map, data, source_id = NULL, ...)

## S3 method for class 'json'
set_data(map, data, source_id = NULL, ...)

## S3 method for class 'data.frame'
set_data(map, data, source_id = NULL, lng = "lng",
  lat = "lat", ...)

## S3 method for class 'sf'
set_data(map, data, source_id, ...)

Arguments

map

A mapboxer_proxy object.

data

A GeoJSON object, an url pointing to an external GeoJSON document, a data frame that contains longitudes and latitudes in separate columns or an sf-object.

source_id

The ID of the source whose data should be updated.

...

unused

lng

The name of the column containing the longitudes.

lat

The name of the column containing the latitudes.

See Also


crazycapivara/mapboxer documentation built on Nov. 13, 2021, 3:22 a.m.