module_scripts_server {shinyMixR} | R Documentation |
Run script module for server
Description
Run script module for server
Usage
module_scripts_server(id, files = NULL, loc = "temp", r)
Arguments
id |
Module id |
files |
character vector of files to apply the scripts on, usually a reactive |
loc |
character with the location where the temp scripts are saved (created when not existing) |
r |
reactive values object that is defined top-level |
Value
No return value, called for side effects
[Package shinyMixR version 0.5.1 Index]