Learn R Programming

bsplus (version 0.1.5)

bs_append: Append to a bsplus html element

Description

This would be used when we want to add items to a collection

Usage

bs_append(tag, ...)

# S3 method for default bs_append(tag, ...)

# S3 method for shiny.tag bs_append(tag, ...)

Value

htmltools::[tag][htmltools::tag], modified copy of tag

Arguments

tag

htmltools::[tag][htmltools::tag]

...

additional arguments

See Also

bs_accordion(), bs_accordion_sidebar(), bs_carousel()