getRezrDFAttr | R Documentation |
Extract an attribute of a data.frame (inNodeMap
, fieldaccess
, updateFunct
), or set it.
getRezrDFAttr(df, attr, fields = "")
fieldaccess(df, fields = "")
updateFunct(df, fields = "")
inNodeMap(df, fields = "")
setRezrDFAttr(df, attr, fields = "", value)
updateFunct(df, fields = "") <- value
fieldaccess(df, fields = "") <- value
inNodeMap(df, fields = "") <- value
df |
The |
attr |
The attribute that you want to extract. |
fields |
The field whose access attribute you want to see. If left blank, a vector containing all the attributes is output. |
value |
The value that you want to set it to. |
The value of the attribute you want to extract (for extract functions), and the DF with the value set (for set functions).
updateFunct(sbc007$unitDF, "docTokenSeqLast")
#If you want to be able to edit the timestamps manually
fieldaccess(sbc007$unitDF, c("unitEnd", "unitStart")) = c("flex", "flex")
inNodeMap(sbc007$unitDF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.