dettl_auto_load_create: Automatic load function for create mode imports.

View source: R/dettl_auto_load_create.R

dettl_auto_load_createR Documentation

Automatic load function for create mode imports.

Description

The automatic load function loops over the transformed data and creates a table from each data frame. It uses the default types in the db from the types in the data frame and then appends the rows to the newly created tables.

Usage

dettl_auto_load_create(transformed_data, con)

Arguments

transformed_data

The list of transformed data frames to create in the database.

con

Connection to the database to add data to.

Details

This will now allow appending to an existing table.


vimc/dettl documentation built on Oct. 6, 2022, 2:13 p.m.