# NOT RUN {
#NOT RUN
#mapbox_dem() requires a 'mapbox' API key
mapbox_key = "YOUR_MAPBOX_API_KEY"
lat = 54.4502651
long = -3.1767946
square_km = 20
dem <- mapbox_dem(lat, long, square_km, api_key = mapbox_key)
# }
Run the code above in your browser using DataLab