Learn R Programming

bcmaps (version 1.2.0)

mapsheets_50K: NTS 50K Grid - Digital Baseline Mapping at 1:50,000 (NTS)

Description

NTS 50K Grid - Digital Baseline Mapping at 1:50,000 (NTS)

Usage

mapsheets_50K(class = deprecated())

Value

The spatial layer of mapsheets_50K in the desired class

Arguments

class

what class you want the object in? "sf" (default) or "sp". [Deprecated]. The class argument is deprecated as of bcmaps 1.2.0 and will be removed in Summer 2023. At that point this function will only return an sf object.

Examples

Run this code
if (FALSE) {
my_layer <- mapsheets_50K()
my_layer_sp <- mapsheets_50K(class = 'sp')
}

Run the code above in your browser using DataLab