get_construct_string {shidashi} | R Documentation |
Get R
expression used to generate the 'HTML' tags
Description
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)
[Package shidashi version 0.1.6 Index]