Skip to contents

This function updates an existing data dictionary with new variables and their corresponding types.

Usage

UpdateDataDictionary(OldDataDictionary, NewDataFrame)

Arguments

OldDataDictionary

The existing data dictionary to be updated.

NewDataFrame

The new data frame containing additional variables.

Value

A list containing the new variables and the updated data dictionary.