uploadResults: Upload results to OHDSI server

View source: R/Sharing.R

uploadResultsR Documentation

Upload results to OHDSI server

Description

Upload results to OHDSI server

Usage

uploadResults(outputFolder, privateKeyFileName, userName)

Arguments

outputFolder

Name of local folder where the results were generated; make sure to use forward slashes (/).

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 'AllResults_<databaseId>.zip' to the OHDSI SFTP server. Before sending, you can inspect the zip file, wich contains (zipped) CSV files. You can send the zip file from a different computer than the one on which is was created.


ohdsi-studies/PhenotypeLibraryDiagnostics documentation built on Oct. 24, 2023, 7:29 p.m.