exportResults | R Documentation |
Export results to DB and other means with a given name
exportResults(
conn = conn,
schema,
dbTableNameExport,
inData,
variType,
cumulativeTable = "dr3_common_export",
prefix = "dr3_validated_"
)
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 |
TRUE if ok.
## Not run:
exportResults(dbTableNameExport, sosSet)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.