prettyColumnStyle | R Documentation |
This function is primarily used in getRecords. See minimalColumnStyle for a style exclusively shows the same columns as in the web interface
prettyColumnStyle(
recordId = TRUE,
lastEditedTime = TRUE,
referencedId = TRUE,
allReferenceFields = FALSE,
maxDepth = 2
)
recordId |
include the record if of each record in the form table; default is TRUE to make it easier to join data in R |
lastEditedTime |
the time the record was last edited; default is TRUE |
referencedId |
include the record id for values in referenced fields; default is TRUE to make it easier to join data in R. |
allReferenceFields |
include all the fields in referenced records; the default is FALSE |
maxDepth |
the maximum depth of recursion in referenced forms. This is set to 2 by default. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.