identify, annotate and extract code blocks in shiny server.R code.
Annotating the name, function, body, options, expr and isolates
<name> <- <function>\( <body> <options> { <expr> <isolates>} <options>\)
1 2 3 | parse_code_blocks(code,
regex_function = regex_pattern()$function_pattern,
regex_block = regex_pattern()$shiny_server_blocks)
|
code |
|
regex_function |
|
regex_block |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.