View source: R/raw_html_to_r.R
raw_html_to_r | R Documentation |
converts raw html to an r function using withTags
raw_html_to_r(raw_html, length_of_param = 30)
raw_html |
character vector of html text |
length_of_param |
length of original input to use as placeholder |
html function template copied to clipboard
raw_html_to_r('<div class="card" style="max-width: 18rem;"><p style="color-red;">text</p></div>', length_of_param = -1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.