View source: R/shiny-feature-stability.R
server_dimensionality_reduction | R Documentation |
Creates the backend interface for the dimensionality reduction module inside the ClustAssess Shiny application.
server_dimensionality_reduction(id, parent_session)
id |
The id of the module, used to acess the UI elements. |
parent_session |
The session of the parent module, used to control the tabs of the application. |
This function should not be called directly, but in the context of the
app that is created using the write_shiny_app
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.