Learn R Programming

bsTools (version 0.1.0)

bs_clearfix: Create a div with class "clearfix"

Description

Create a div with class "clearfix"

Usage

bs_clearfix(...)

Arguments

...

Valid string(s) of HTML.

Value

A string of HTML.

Examples

Run this code
# NOT RUN {
bs_clearfix(
p("Test")
)
# }

Run the code above in your browser using DataLab