make_glist: make glist

View source: R/glist-functions.R

make_glistR Documentation

make glist

Description

make a grouping list

Usage

make_glist(x, ref = NULL, max.levels = 25)

Arguments

x

object

ref

reference, a data frame to get x from (if character) else a data frame or vector to compare with lengthwise

max.levels

if the number of groups exceed this level stop.

Details

description tables with grouping requires a list of indexes to group on. Often this should be equivalent to categorization according to some grouping variable. If so, the 'glist' needed can be created by either specifying that variable or the name of that variable in data source 'ref'.


renlund/descripteur documentation built on July 5, 2025, 6:35 a.m.