mod_panel_section_ui | R Documentation |
View summarized scores for a submission
mod_panel_section_ui(id)
mod_panel_section_server(
input,
output,
session,
synapse,
syn,
user,
submissions,
reviews_table,
submissions_table,
partial_betas
)
id |
shiny id |
input |
internal |
output |
internal |
session |
internal |
synapse |
Synapse client (e.g. output of 'reticulate::import("synapseclient")') |
syn |
Synapse client object (e.g. output of 'synapse$Synapse()') |
submissions |
Data frame containing tidied submissions |
reviews_table |
Synapse table that stores the scores and comments |
submissions_table |
Synapse table that stores the overall submission scores and comments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.