uploadStudyResults: Upload the study results to OHDSI server

View source: R/SubmitResults.R

uploadStudyResultsR Documentation

Upload the study results to OHDSI server

Description

Upload the study results to OHDSI server

Usage

uploadStudyResults(cohorts, outputFolder, privateKeyFileName, userName)

Arguments

cohorts

Specifies which set of cohorts to upload

outputFolder

Name of local folder to place results; make sure to use forward slashes (/). Do not use a folder on a network drive since this greatly impacts performance.

privateKeyFileName

A character string denoting the path to the RSA private key provided by the study coordinator.

userName

A character string containing the user name provided by the study coordinator.

Details

This function uploads the 'Results_<databaseId>.zip' to the OHDSI SFTP server. Before sending, you can inspect the zip file, which contains (zipped) CSV files. You can send the zip file from a different computer than the one on which is was created.


ohdsi-studies/LegendT2dm documentation built on July 4, 2025, 8:25 p.m.