insert_sketch
insert_sketch | R Documentation |
#
Insert a 'sketch' app into an R Markdown document#
DescriptionInsert a 'sketch' app into an R Markdown document
#
Usage#
Argumentsfile | A character string; the path to the 'sketch' file. |
id | A character string; an unique identifier for the 'sketch' file. Needed only when output_dir is not NULL . |
output_dir | A character string; a separate directory to save the 'sketch' app. Default to be NULL, which embeds the app in the Rmd file. |
render | TRUE or FALSE; if TRUE, call doRenderTags; if FALSE, return the 'shiny.tag' object. |
... | (Optional) Other attributes to pass to iframes. Also supports the 'rules', 'deparsers' and 'debug' options to pass to 'source_r'. |
#
ValueAn HTML string if render
is TRUE, or a 'shiny.tag' object if render
is FALSE.