View source: R/server_related_functions.R
ProcessVCFs | R Documentation |
This function is a wrapper function processing VCFs to generate a zip archive
ProcessVCFs(input, output, file, ids)
input |
A list-like object used in shiny app to store the current values of all of the widgets in the app. |
output |
A list-like object used in shiny app that stores instructions for building the R objects in the app. |
file |
A file path (string) of a nonexistent temp file, using which the function writes the content to that file path. |
ids |
A list containing the existing notification ids for error, warning and message. |
A list of catalogs and updated notification ids for error, warning and message after running this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.