From fb128db390f462a4185eb646dec03d40eae6c407 Mon Sep 17 00:00:00 2001 From: egillax Date: Tue, 10 Dec 2024 14:57:53 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20OHDSI/Pa?= =?UTF-8?q?tientLevelPrediction@fbea75580917666bb76c26ec774419ee6caea5d3?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/pkgdown.yml | 2 +- dev/reference/createDownloadTasks.html | 182 ++++++++++++++++++++++ dev/reference/createValidationDesign.html | 2 +- dev/reference/getData.html | 7 +- dev/sitemap.xml | 1 + 5 files changed, 189 insertions(+), 5 deletions(-) create mode 100644 dev/reference/createDownloadTasks.html diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index ce8c916c..7ae28237 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -16,4 +16,4 @@ articles: CreatingNetworkStudies: CreatingNetworkStudies.html InstallationGuide: InstallationGuide.html Videos: Videos.html -last_built: 2024-12-10T14:14Z +last_built: 2024-12-10T14:56Z diff --git a/dev/reference/createDownloadTasks.html b/dev/reference/createDownloadTasks.html new file mode 100644 index 00000000..0a006cd6 --- /dev/null +++ b/dev/reference/createDownloadTasks.html @@ -0,0 +1,182 @@ + +createDownloadTasks create download tasks based on unique combinations of targetId and restrictPlpDataSettings. It adds all covariateSettings and outcomes that have that targetId and restrictPlpDataSettings. This is used to avoid downloading the same data multiple times. — createDownloadTasks • PatientLevelPrediction + + +
+
+ + + +
+
+ + +
+

createDownloadTasks +create download tasks based on unique combinations of targetId and +restrictPlpDataSettings. It adds all covariateSettings and outcomes that +have that targetId and restrictPlpDataSettings. This is used to avoid +downloading the same data multiple times.

+
+ +
+
createDownloadTasks(validationDesignList)
+
+ +
+

Arguments

+ + +
validationDesignList
+

A list of validationDesign objects

+ +
+
+

Value

+

A dataframe where each row is a downloadTask

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.1.1.

+
+ +
+ + + + + + + + diff --git a/dev/reference/createValidationDesign.html b/dev/reference/createValidationDesign.html index 26ec2ac4..5d1486f8 100644 --- a/dev/reference/createValidationDesign.html +++ b/dev/reference/createValidationDesign.html @@ -181,7 +181,7 @@

Arguments

Value

-

A validation design object of class validationDesign

+

A validation design object of class validationDesign or a list of such objects

diff --git a/dev/reference/getData.html b/dev/reference/getData.html index ec8b2f31..ac3fe00a 100644 --- a/dev/reference/getData.html +++ b/dev/reference/getData.html @@ -132,7 +132,7 @@

getData - Get the plpData for the validation

-
getData(design, database, outputFolder, allCovSettings)
+
getData(design, database, outputFolder, downloadTasks)
@@ -151,8 +151,9 @@

Arguments

The directory to save the validation results to

-
allCovSettings
-

A list of covariateSettings from the models

+
downloadTasks
+

A list of download tasks determined by unique +combinations of targetId and restrictPlpDataSettings

diff --git a/dev/sitemap.xml b/dev/sitemap.xml index 7e93321a..28172153 100644 --- a/dev/sitemap.xml +++ b/dev/sitemap.xml @@ -40,6 +40,7 @@ /reference/createDatabaseSchemaSettings.html /reference/createDefaultExecuteSettings.html /reference/createDefaultSplitSetting.html +/reference/createDownloadTasks.html /reference/createExecuteSettings.html /reference/createExistingSplitSettings.html /reference/createFeatureEngineeringSettings.html