show_ui_code {shidashi} | R Documentation |
Used by demo project to show the generating code
Description
Please write your own version. This function is designed for demo-use only.
Usage
show_ui_code(
x,
class = NULL,
code_only = FALSE,
as_card = FALSE,
card_title = "",
class_body = "bg-gray-70",
width.cutoff = 80L,
indent = 2,
wrap = TRUE,
args.newline = TRUE,
blank = FALSE,
copy_on_click = TRUE,
...
)
Arguments
x |
'HTML' tags generated by this package |
class |
additional 'HTML' class |
code_only |
whether to show code only |
as_card |
whether to wrap results in |
card_title , class_body |
used by |
width.cutoff , indent , wrap , args.newline , blank , copy_on_click , ... |
passed
to |
Value
'HTML' tags
See Also
html_highlight_code
[Package shidashi version 0.1.6 Index]