Add slider to body

add_button(my_html, into = "<body>", text = "", ...)

Arguments

my_html

html in a vector of strings; output from 'create_html'.

into

character string; unique identifier of a line in the html. Element id is highly recommended.

text

character string; the display text on the button

...

Extra parameter that goes into a tag, e.g. In <div type = "xxx">, 'type = "xxx"' goes to ... .