fastrender: Fast but sloppy HTML rendering

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Renders htmltools tag graphs into HTML. This is missing several features of renderTags, including but not necessarily limited to: singleton, head, and dependency handling; converting objects to tags using as.tags; combining attributes with the same name by space-delimiting them; and possibly others.

Usage

1
fastrender(x, indent = 0L)

Arguments

x

An htmltools tag object.

indent

Initial indent level. Use a negative value for no indentation.

Value

An HTML string (marked as if returned from HTML).


jcheng5/fasttags documentation built on May 18, 2019, 10:22 p.m.