Skip to contents

Creates an empty table in a specified directory using columns names from another data frame

Usage

generate_empty_df(dir_path, lookup_table, csv_name)

Arguments

dir_path

string indicating path to directory

lookup_table

data frame with column names to include in table

csv_name

string indicating name of the created .csv file

Value

empty csv file with columns from lookup_table in the directory if successfully generated