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