create_html_tag: Create the text for an html tag opening

View source: R/create_html.R

create_html_tagR Documentation

Create the text for an html tag opening

Description

Create the text for an html tag opening

Usage

create_html_tag(tag, properties, close = FALSE)

Arguments

tag

String holding the tag name

properties

A character vector holding the tag properties. Each entry could be created by create_html_tag_property().

close

An optional logical flag, defining if the html tag should be immediately be closed (eg. ⁠<tag/>⁠).

Value

A string holding the text for the html opening tag.


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.