Add slider to body
| 1 | add_slider(my_html, into = "<body>", ...)
 | 
| 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. | 
| ... | Extra parameter that goes into a tag, e.g. In <div type = "xxx">, 'type = "xxx"' goes to ... . | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.