Learn R Programming

ggspatial (version 1.1.9)

load_longlake_data: Load longlake test data

Description

Load longlake test data

Usage

load_longlake_data(
  env = parent.frame(),
  vector_format = c("sf", "sp"),
  raster_format = c("raster", "stars", "stars_proxy", "terra"),
  which = NULL
)

Arguments

env

The environment in which to assign the objects

vector_format, raster_format

The format in which objects should be loaded

which

An optional subset of objects to be loaded

Examples

Run this code
load_longlake_data(which = "longlake_waterdf")

Run the code above in your browser using DataLab