View source: R/modORIPReporting.R
| modORIPReportingServer | R Documentation |
Server logic for ORIP reporting module. Generates summary statistics and formatted reports for Office of Research Infrastructure Programs submissions.
modORIPReportingServer(
id,
pedigree = NULL,
geneticValues = NULL,
siteConfig = NULL
)
id |
character vector of length 1. Module namespace identifier. |
pedigree |
reactive returning pedigree data frame. |
geneticValues |
reactive returning genetic value analysis results. |
siteConfig |
reactive returning site configuration from getSiteInfo(). |
A list with reactive components for ORIP reporting.
modORIPReportingUI for the user interface
getSiteInfo for site configuration
Other Shiny modules:
modBreedingGroupsServer(),
modBreedingGroupsUI(),
modGeneticDiversityServer(),
modGeneticDiversityUI(),
modGeneticValueServer(),
modGeneticValueUI(),
modGvAndBgDescServer(),
modGvAndBgDescUI(),
modInputServer(),
modInputUI(),
modORIPReportingUI(),
modPedigreeServer(),
modPedigreeUI(),
modPotentialParentsServer(),
modPotentialParentsUI(),
modPyramidServer(),
modPyramidUI(),
modSummaryStatsServer(),
modSummaryStatsUI()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.