htmlize_uoli: Creat an unordered list (with bullet points) of texts.

View source: R/htmlize.R

htmlize_uoliR Documentation

Creat an unordered list (with bullet points) of texts.

Description

Feed this function however many lines of strings you want, and it'll itemize them into a bullet-pointed list.

Usage

htmlize_uoli(...)

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_uoli(s1, s2, s3)

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