The function [hc_mapView](https://jkunst.com/highcharter/reference/hc_mapView.html) does not seem to exist in highcharter, either in the CRAN version (0.9.4) or the [most recent beta release](https://github.com/jbkunst/highcharter/releases/tag/v0.9.4.9). ```r require(highcharter) map <- hcmap() map |> hc_mapView(zoom = 10) |> hc_mapNavigation(enabled = TRUE) ```