toxSummary_app {toxSummary} | R Documentation |
Run toxSummary app
toxSummary_app(
database_path = NULL,
studyid_file = NULL,
save_file_path = NULL,
where_to_run = "local"
)
database_path |
Optional, character |
studyid_file |
Optional, character |
save_file_path |
optional, character |
where_to_run |
Optional, character |
function run the app.
if(interactive()) {
toxSummary_app()
}