html_tag: html_tag

html_tagR Documentation

html_tag

Description

makes a open and close html tag with optional text inside and optional (named) vector of name=value pairs contained inside of opening tag

Usage

html_tag(tag, text = NULL, collapse = " ", ...)

Arguments

tag

character vector of tags (without brackets)

text

text to put inside tags

collapse

how to collapse tags (=newline)

Value

character vector of html

Author(s)

Marcin Imielinski


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.