htmlize_w_linebreaks | R Documentation |
Feed this function however many lines of strings you want, and it'll insert a line break between every two consecutive lines.
htmlize_w_linebreaks(...)
... |
One or more strings. |
HTML code wrapped around the input text.
s1 = 'Hi, my name is GM. How are you?'
s2 = "I'm fine. Thank you, and yourself?"
s3 = "I'm doing super. Nice meeting you."
htmlize_w_linebreaks(s1, s2, s3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.