powered by
British Columbia watercourses at 1:15M scale
watercourses_15M(class = "sf", ask = interactive(), force = FALSE)
The spatial layer of watercourses_15M in the desired class
watercourses_15M
what class you want the object in? "sf" (default) or "sp".
"sf"
"sp"
Should the function ask the user before downloading the data to a cache? Defaults to the value of interactive().
Should you force download the data?
if (FALSE) { my_layer <- watercourses_15M() my_layer_sp <- watercourses_15M(class = 'sp') }
Run the code above in your browser using DataLab