Sets the title rendered inside the myIO widget SVG.
Examples
myIO() |>
setTitle("Miles per gallon") |>
addIoLayer("point", label = "cars",
data = mtcars,
mapping = list(x_var = "wt", y_var = "mpg"))
Sets the title rendered inside the myIO widget SVG.
myIO() |>
setTitle("Miles per gallon") |>
addIoLayer("point", label = "cars",
data = mtcars,
mapping = list(x_var = "wt", y_var = "mpg"))