Nothing
reportFusions <- params$fusions plot_circle(reportFusions)
# with the fusion_to_data_frame function, we can use ldply() from the plyr package to create a data frame of our fusion objects: dfFusions <- plyr::ldply(reportFusions, fusion_to_data_frame) # with this data frame, we can use datatable() from the DT package to create an html sortable table: DT::datatable(dfFusions, filter = 'top')
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.