Skip to contents

This function only works on the elements generated by this package

Usage

get_construct_string(x)

Arguments

x

'HTML' tags

Value

Quoted R expressions that can generate the 'HTML' tags

See also

Examples


x <- info_box("Message")
get_construct_string(x)
#> [1] "info_box(\"Message\")"