From 2daf00585861340384fd94349be7ea1a9ebee9ca Mon Sep 17 00:00:00 2001 From: egillax Date: Tue, 17 Dec 2024 11:04:15 +0100 Subject: [PATCH] docs --- man/checkSurvivalPackages.Rd | 11 +++++++++++ man/deDuplicateCovariateData.Rd | 22 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 man/checkSurvivalPackages.Rd create mode 100644 man/deDuplicateCovariateData.Rd diff --git a/man/checkSurvivalPackages.Rd b/man/checkSurvivalPackages.Rd new file mode 100644 index 00000000..83c0a1e9 --- /dev/null +++ b/man/checkSurvivalPackages.Rd @@ -0,0 +1,11 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/HelperFunctions.R +\name{checkSurvivalPackages} +\alias{checkSurvivalPackages} +\title{Check if the required packages for survival analysis are installed} +\usage{ +checkSurvivalPackages() +} +\description{ +Check if the required packages for survival analysis are installed +} diff --git a/man/deDuplicateCovariateData.Rd b/man/deDuplicateCovariateData.Rd new file mode 100644 index 00000000..e1f94213 --- /dev/null +++ b/man/deDuplicateCovariateData.Rd @@ -0,0 +1,22 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ExternalValidatePlp.R +\name{deDuplicateCovariateData} +\alias{deDuplicateCovariateData} +\title{deplucateCovariateData - Remove duplicate covariate data +when downloading data with multiple different covariateSettings sometimes +there will be duplicated analysisIds which need to be removed} +\usage{ +deDuplicateCovariateData(covariateData) +} +\arguments{ +\item{covariateData}{The covariate data Andromeda object} +} +\value{ +The deduplicated covariate data +} +\description{ +deplucateCovariateData - Remove duplicate covariate data +when downloading data with multiple different covariateSettings sometimes +there will be duplicated analysisIds which need to be removed +} +\keyword{internal}