Nothing
output$heat_predictors <- renderPlotly({
tryCatch({
res<-cor.assoc(predictors(),predictors(), colnames(predictors())[-1],colnames(predictors())[-1])
heat<-plot.corply(res, main="Correlation of the Metabolic scores", reorder.x=TRUE, abs=F,
resort_on_p= TRUE,reorder_dend=F)
}, error = function(err) {
return(met_NA())
})
})
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.