html_meta: Create a '<meta>' tag

Description Usage Arguments Value Examples

View source: R/html.R

Description

Create a ‘<meta>’ tag

Usage

1

Arguments

...

tag attributes.

Value

an html_object.

Examples

1
2
3
4
5
6
## Not run: 
library(hlt)
html_meta(charset = "utf-8")
html_meta("http-equiv" = "x-ua-compatible")

## End(Not run)

trosendal/hlt documentation built on March 15, 2021, 5:21 a.m.