new_rezrDF | R Documentation |
Constructor function for rezrDF
new_rezrDF(df, fieldaccess, updateFunct, inNodeMap)
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 |
A rezrDF object with the fieldaccess, updateFunct and inNodeMap values provided.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.