Rdocumentation
powered by
Learn R Programming
htmltools (version 0.3.5)
as.tags: 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.