exportResults: Export results to DB and other means with a given name

View source: R/utils.R

exportResultsR Documentation

Export results to DB and other means with a given name

Description

Export results to DB and other means with a given name

Usage

exportResults(
  conn = conn,
  schema,
  dbTableNameExport,
  inData,
  variType,
  cumulativeTable = "dr3_common_export",
  prefix = "dr3_validated_"
)

Arguments

conn

DB connection

schema

DB schema to create table in

dbTableNameExport

name of the table

inData

dataframe with results.

variType

name of the type

cumulativeTable

name of the cumulative table, where we append sourceid and variType.

prefix

prefix of the name of the snapshot table

Value

TRUE if ok.

Examples

## Not run: 
exportResults(dbTableNameExport, sosSet)

## End(Not run)

yazun/dpcgR documentation built on Feb. 2, 2024, 7:12 p.m.