powered by
bc_area(what = "total", units = "km2")
'total'
'land'
'freshwater'
'km2'
'm2'
'ha'
'acres'
'sq_mi'
## With no arguments, gives the total area in km^2: bc_area() ## Get the area of the land only, in hectares: bc_area("land", "ha")
Run the code above in your browser using DataLab