Skip to contents

Write a dataframe as a table within the Elmer.stg schema

Usage

stage_table(df, table_name = deparse(substitute(df)))

Arguments

df

dataframe - the data object to write

table_name

string - the name you want given the database table