Hi and thanks for reading me
Im currently working on an small map using mapboxer R package and I want to change projection using the following code:
library(mapboxer)
mapboxer(
projection = "globe",
token = "xxxxxxxxx"
)
But didn’t seems to work properly. Does anyone knows how to use this featured? thanks for the help