Skip to contents

Add new bags to the database if they don't exist

Usage

add_bags_if_not_exist(df.payload, con, manifest_name_col)

Arguments

df.payload

A dataframe with payload data.

con

A database connection object.

manifest_name_col

Column name in df.payload for manifest name.

Value

A result from the dbAppendTable indicating if the bags were added successfully.