make_map: Create an interactive html map of animal locations.

View source: R/make_map.R

make_mapR Documentation

Create an interactive html map of animal locations.

Description

Create an interactive html map of animal locations.

Usage

make_map(x, lon_col = lon, lat_col = lat, id_col, dt_col)

Arguments

x

A data frame containing collar data with latitude and longitude columns

lon_col

name of the longitude column

lat_col

name of the latitude column

id_col

name of the ID column that signals the individual identifier

dt_col

name of the date/time column

Value

A leaflet map.

Examples

## Not run: 
  collardata %>%
  filter_last_loc() %>%
  make_map()

## End(Not run)

Huh/collar documentation built on Aug. 5, 2022, 11:02 p.m.