annotate_definitions | annotate all input defentions in code blocks WIP |
annotate_side_effects | annotate all side effects for each code block |
annotate_type | annotate all inputs/reactives for each code block |
compute_dependency_network | compute source, target dependency network |
compute_network | compute source, target network of (isolated) dependencies and... |
compute_side_effect_network | compute source, target side effects network |
convert_to_mermaid_connection | generate mermaid code for single dependency |
convert_to_mermaid_node | generate mermaid code for single reactive block |
delete_isolates | delete isolate block from within code block expressions |
determine_invalidators | determine reactive invalidators |
dir_contains_app | check if directory has shiny files: app.R or server.R |
extract_inputs | extract all inputs from shiny server code |
extract_inputs_with_id | extract all inputs from server alongside ids |
extract_isolates | extract from within code block expressions |
extract_reactives | extract all reactives from shiny server code |
extract_reactive_values_with_id | extract all reactiveValues from server alongside ids |
extract_sources_with_id | extract all reactive srouces from server alongside ids |
list_matches | list all occuring matches in code block |
list_side_effects | list all occuring side effects in code block |
list_to_df | convert named list to data.frame |
mermaid_colors | colors for mermaid graph nodes |
parse_code_blocks | extract code blocks from server.R code |
parse_options | extract options from code shiny server code blocks |
parse_shiny_app | parse shiny app located within directory |
parse_shiny_server | parse code of server.R |
parse_shiny_server_code | extract code within the server definition |
parse_source_statements | recursively inline replace shiny source statements |
plot_mermaid | plot mermaid diagram from analyzed shiny app code |
reactflush | anlalyze your shiny app code and display reactivity network |
reactflush_addin | RStudio addin reactflush wrapper function |
reactflush_addin_helper | RStudio addin reactflush wrapper |
reactflush_focus_addin | RStudio addin reactflush with selction focus wrapper function |
reactflush_markdown | anlalyze your shiny app code and output reactivity network to... |
regex_pattern | Function to construct regex pattern |
regex_recursion | create recursive regex |
render_mermaid | generate mermaid code from app code analysis |
sep_ | concat strings with "_" seperator |
str_match_all_perl | stringr match_all adaptation to work with PCRE engine |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.