uploadResults: Upload results to OHDSI server

Description Usage Arguments Details

View source: R/SubmitResults.R

Description

Upload results to OHDSI server

Usage

1
uploadResults(outputFolder, privateKeyFileName, userName)

Arguments

outputFolder

Name of local folder where the results were generated; 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.


redcdm/REDCOHORT_US documentation built on Dec. 31, 2021, 12:06 a.m.