htmlize_w_linebreaks: Insert line breaks between text.

View source: R/htmlize.R

htmlize_w_linebreaksR Documentation

Insert line breaks between text.

Description

Feed this function however many lines of strings you want, and it'll insert a line break between every two consecutive lines.

Usage

htmlize_w_linebreaks(...)

Arguments

...

One or more strings.

Value

HTML code wrapped around the input text.

Examples

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)

cabaceo/shinymod documentation built on Sept. 8, 2023, 12:23 p.m.