prettyColumnStyle: A form table style with columns in the pretty style used by...

View source: R/records.R

prettyColumnStyleR Documentation

A form table style with columns in the pretty style used by the web interface including record metadata

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,
  maxDepth = 2
)

Arguments

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.


bedatadriven/activityinfo-R documentation built on Dec. 21, 2024, 8:23 a.m.