exportToJson: exportToJson

Description Usage Arguments Details Value Examples

Description

exportToJson Exports Achilles statistics into a JSON form for reports.

Usage

1
2
exportToJson(connectionDetails, cdmDatabaseSchema, resultsDatabaseSchema,
  outputPath = getwd(), reports = allReports, cdmVersion = "4")

Arguments

connectionDetails

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

cdmDatabaseSchema

Name of the database schema that contains the vocabulary files

resultsDatabaseSchema

Name of the database schema that contains the Achilles analysis files. Default is cdmDatabaseSchema

outputPath

A folder location to save the JSON files. Default is current working folder

reports

A character vector listing the set of reports to generate. Default is all reports. See data(allReports) for a list of all report types

Details

Creates individual files for each report found in Achilles.Web

Value

none

Examples

1
2
3
4
5
## Not run: 
  connectionDetails <- createConnectionDetails(dbms="sql server", server="yourserver")
  exportToJson(connectionDetails, cdmDatabaseSchema="cdm4_sim", outputPath="your/output/path")

## End(Not run)

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