Description Usage Arguments Value Examples
Creates a shiny server object for the orgviz shiny app
| 1 | orgviz_server(input, output, tg = NULL, df = NULL)
 | 
| input | shiny input | 
| output | shiny output | 
| tg | user supplied tbl_graph | 
| df | user supplied a data frame in org_tall_df format ie summarised metrics for the units in the network as generated by calc_summary_df. | 
shiny server function
| 1 2 3 4 5 6 7 8 9 10 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.