tagAppendAttributes {tabler}R Documentation

Append Attributes to an Existing Tag

Description

Append Attributes to an Existing Tag

Usage

tagAppendAttributes(tag, ...)

Arguments

tag A tabler.tag object.
... Named attributes to add/overwrite. The class attribute is appended (space-separated) rather than replaced.

Value

The modified tag.

Loading...