Description Usage Arguments Value
View source: R/mipplot_interactive_bar.R
This function is called in the mipplot_interactive_bar() and provides R code to reproduce the currently drawn plot. This function cannot be used out of reactive expression in Shiny.
1 2 3 4 5 | generate_code_to_plot_bar(
input,
name_of_input_data_variable,
name_of_input_rule_table_variable
)
|
input |
This is the same as the input argument in the shiny:ui(). |
name_of_input_data_variable |
A string such as "ar5_sample_data". |
name_of_input_rule_table_variable |
A string such as "ar5_sample_rule". |
A string representing the R code for rerun.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.