R/view.R
set_project_name.Rd
Set the project name
set_project_name(map, name)
A GeoLibre widget.
The project's display name, as shown in the application and stored in the project file.
The modified widget.
map <- geolibre() |> set_project_name("Chesapeake Bay") map$x$project$name #> [1] "Chesapeake Bay"