as.tags: Convert a value to tags

View source: R/tags.R

as.tagsR Documentation

Convert a value to tags

Description

An S3 method for converting arbitrary values to a value that can be used as the child of a tag or tagList. The default implementation simply calls as.character().

Usage

as.tags(x, ...)

Arguments

x

Object to be converted.

...

Any additional parameters.


htmltools documentation built on Nov. 3, 2023, 5:07 p.m.