R/suppressLegend.R
suppressLegend.Rd
Suppresses legend from printing
suppressLegend(myIO, suppressLegend = TRUE)
an htmlwidget object created by the myIO() function
a logical operator defining whether the legend should be printed or not
the same myIO object
# Hide the legend myIO() |> suppressLegend()