insert_data_frame: Insert Entities from Data Frame

View source: R/database_modify.R

insert_data_frameR Documentation

Insert Entities from Data Frame

Description

Insert Entities from Data Frame

Usage

insert_data_frame(
  input_df,
  schema_map,
  data_source_id,
  efoqa_connection = connect_to_efoqa()
)

Arguments

input_df

An R dataframe that should be inserted into the EMS database

schema_map

An R list that maps the dataframe columns to schema monikers.

data_source_id

Schema moniker of database entity type to be deleted.

efoqa_connection

Connection to efoqa for re-use or advanced use.


ge-flight-analytics/refoqa documentation built on Oct. 15, 2024, 7:15 a.m.