| mod_review_section_ui | R Documentation | 
Review and score the selected section of a submission
mod_review_section_ui(id)
mod_review_section_server(
  input,
  output,
  session,
  synapse,
  syn,
  user,
  submissions,
  reviews_table
)
| 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 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.