Learn R Programming

Achilles (version 1.7.2)

listMissingAnalyses: listMissingAnalyses

Description

listMissingAnalyses Find and return analyses that exist in getAnalysisDetails, but not in achilles_results or achilles_results_dist

Usage

listMissingAnalyses(connectionDetails, resultsDatabaseSchema)

Value

A dataframe which is a subset of getAnalysisDetails

Arguments

connectionDetails

An R object of type connectionDetails created using the function createConnectionDetails in the DatabaseConnector package.

resultsDatabaseSchema

Fully qualified name of database schema that contains achilles_results and achilles_results_dist tables.

Examples

Run this code
if (FALSE) {
Achilles::listMissingAnalyses(connectionDetails = connectionDetails,
                              resultsDatabaseSchema = "results")
}

Run the code above in your browser using DataLab