prettyColumnStyle

Description

This function is primarily used in getRecords . See minimalColumnStyle for a style exclusively shows the same columns as in the web interface

Usage

prettyColumnStyle(
  recordId = TRUE,
  lastEditedTime = TRUE,
  referencedId = TRUE,
  allReferenceFields = FALSE
)

Arguments

Argument Description
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
Next item
prettyColumns