View source: R/writeDBResultsTo.R
| writeDBResultsToJson | R Documentation |
Write DQD results database table to json
writeDBResultsToJson(
connection,
resultsDatabaseSchema,
cdmDatabaseSchema,
writeTableName,
outputFolder,
outputFile
)
connection |
A connection object |
resultsDatabaseSchema |
The fully qualified database name of the results schema |
cdmDatabaseSchema |
The fully qualified database name of the CDM schema |
writeTableName |
Name of DQD results table in the database to read from |
outputFolder |
The folder to output the json results file to |
outputFile |
The output filename of the json results file |
NULL (writes results to JSON file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.