build_element | R Documentation |
Typically used to convert raw data into html elements
build_element(s, pre, post, skipEmpty = TRUE)
s |
string array used as input |
pre |
string with tags to append before s |
post |
string with tags to append after s |
skipEmpty |
logical |
string array with added tags
str_result = build_element(c('hello','world'),'<<', '>>')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.