inserts html tags into a string for a data.tree
1 | insert_tags(string, insertions)
|
1 2 3 | string = "Hello World"
insertions <- c("<b>" = 3, "</b>" = 6)
insert_tags(string, insertions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.