View source: R/database_modify.R
insert_data_frame | R Documentation |
Insert Entities from Data Frame
insert_data_frame(
input_df,
schema_map,
data_source_id,
efoqa_connection = connect_to_efoqa()
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.