powered by
Sets the title rendered inside the myIO widget SVG.
setTitle(myIO, title = NULL)
A modified myIO htmlwidget object.
myIO
A myIO widget object.
Character title or NULL to remove the title.
myIO() |> setTitle("Miles per gallon") |> addIoLayer("point", label = "cars", data = mtcars, mapping = list(x_var = "wt", y_var = "mpg"))
Run the code above in your browser using DataLab