Description Usage Arguments Value Examples
Split the imported html code into lines based on the '<div' field code.
1 | split_by_div(html)
|
html |
A string consisting of the html code for a webpage |
A vector of strings, one for each separated line
1 2 | lines <- split_by_div(code)
lines;
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.