R/data.r

#' @title
#' Example data for TT package
#' @description
#' 'data.tree' object that can be used as an example to see how table widget looks like.
#' Each node of 'data.tree' store attributes (dates) with some numbers.
#' @format
#' 'data.tree' object with 7 attributes in each node, value of the leaf attributes is some random number, parents value is cumulative sum of children
#' The attributes are:\cr
#' - name of the node\cr
#' - six consecutive months of the year (\code{Jan-2021, Feb-2021....})\cr
"org"

#' @title
#' Example data for TT package
#' @description
#' character vector to demonstrate ordering option. See example of \link{treetable}
#' @format
#' character vector
"col_order"

Try the TT package in your browser

Any scripts or data that you put into this service are public.

TT documentation built on April 6, 2022, 1:06 a.m.