Skip to contents

British Columbia watercourses at 1:5M scale

Usage

watercourses_5M(ask = interactive(), force = FALSE)

Source

https://ftp.maps.canada.ca/pub/nrcan_rncan/vector/canvec/fgdb/Hydro/canvec_5M_CA_Hydro_fgdb.zip

Arguments

ask

Should the function ask the user before downloading the data to a cache? Defaults to the value of interactive().

force

Should you force download the data?

Value

The spatial layer of watercourses_5M as an sf object.

Examples

if (FALSE) {
my_layer <- watercourses_5M()
}