Skip to contents

Constructor function for rezrDF

Usage

new_rezrDF(df, fieldaccess, updateFunct, inNodeMap)

Arguments

df

The data.frame

fieldaccess

A set of field access values

updateFunct

A set of update functions

inNodeMap

Whether the fields of the data.frame are in the node map

Value

A rezrDF object with the fieldaccess, updateFunct and inNodeMap values provided.

Note

Field access values include 'key' for the primary key, 'core' fields for fields mostly generated in Rezonator, 'flex' for fields that may be flexibly changed, 'auto' for fields that are automatically generated from information from the SAME table, and 'foreign' for fields that are automatically generated from information from ANOTHER table.