create_html_tag_style: Create a string defining the style property of an html tag

View source: R/create_html.R

create_html_tag_styleR Documentation

Create a string defining the style property of an html tag

Description

Create a string defining the style property of an html tag

Usage

create_html_tag_style(styles, values = NULL)

Arguments

styles

An character vector holding the names of the style properties for an html dom element.

values

A vector of same length as styles holding the corresponding values.

Value

A string holding the text for the html tag styling property


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