fetchAchillesHeelResults: fetchAchillesHeelResults

Description Usage Arguments Details Value Examples

Description

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

Usage

1
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.

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).

Value

A table listing all identified issues

Examples

1
2
3
4
5
6
## Not run: 
  connectionDetails <- createConnectionDetails(dbms="sql server", server="RNDUSRDHIT07.jnj.com")
  achillesResults <- achilles(connectionDetails, "cdm4_sim", "scratch", "TestDB")
  fetchAchillesHeelResults(connectionDetails, "scratch")

## End(Not run)

hxia/Achilles4Impala documentation built on May 17, 2019, 9:15 p.m.