Learn R Programming

Achilles (version 1.4)

fetchAchillesHeelResults: fetchAchillesHeelResults

Description

fetchAchillesHeelResults retrieves the AchillesHeel results for the AChilles analysis to identify potential data quality issues.

Usage

fetchAchillesHeelResults(connectionDetails, resultsDatabase)

Arguments

connectionDetails

An R object of type ConnectionDetail (details for the function that contains server info, database type, optionally username/password, port)

resultsDatabase

Name of database containing the Achilles descriptive statistics.

Value

A table listing all identified issues

Details

AchillesHeel is a part of the Achilles analysis aimed at identifying potential data quality issues. It will list errors (things that should really be fixed) and warnings (things that should at least be investigated).

Examples

Run this code
# NOT RUN {
  connectionDetails <- createConnectionDetails(dbms="sql server", server="RNDUSRDHIT07.jnj.com")
  achillesResults <- achilles(connectionDetails, "cdm4_sim", "scratch", "TestDB")
  fetchAchillesHeelResults(connectionDetails, "scratch")
# }

Run the code above in your browser using DataLab