Skip to contents

British Columbia watercourses at 1:15M scale

Usage

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

Source

https://ftp.maps.canada.ca/pub/nrcan_rncan/vector/canvec/fgdb/Hydro/canvec_15M_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_15M as an sf object.

Examples

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