Add information from an aggregation tree to a Rxs tree

add_aggregationTree_information(
  x,
  aggregationTree,
  fieldName,
  prefixes = NULL,
  suffixes = NULL
)

add_aggregationTree_information_toRxsTree(
  rxsTree,
  aggregationTree,
  fieldName,
  prefixes = NULL,
  suffixes = NULL
)

Arguments

aggregationTree

The aggregation tree

fieldName

The field storing the values along which to aggregate

prefixes, suffixes

Vector of pre- and suffixes to add to the fieldname when storing the values for progressive aggregation

rxsTree, x

The Rxs tree (as rxsTree) or the object with multiple Rxs trees (as x)

Value

Invisibly (and, irrelevantly), the Rxs tree