Skip to contents

Suppresses legend from printing

Usage

suppressLegend(myIO, suppressLegend = TRUE)

Arguments

myIO

an htmlwidget object created by the myIO() function

suppressLegend

a logical operator defining whether the legend should be printed or not

Value

the same myIO object

Examples

# Hide the legend
myIO() |> suppressLegend()