Run toxSummary app
Usage
toxSummary_app(
database_path = NULL,
studyid_file = NULL,
save_file_path = NULL,
where_to_run = "local"
)
Arguments
- database_path
Optional, character
file path for database- studyid_file
Optional, character
file path for studyid- save_file_path
Optional, character
path where file will be saved when app create any files. If NULL, file will be saved in current working directory- where_to_run
Optional, character
where app will be running. Default is "local". Should use "rsconnect" when deploy to rsconnect.