insert.grp1: Insert Values

Description Usage Arguments

View source: R/insert.grp.R

Description

Inserts a value into record in tbl.struct objects to control for when empty rows should be inserted into the data structure. NA's will be suppressed during presentation of the table.

Usage

1
insert.grp1(obj, dx, lblescp, group = FALSE, val = NA, dx.up = FALSE)

Arguments

obj

vector or data frame

dx

Index where NA is to be inserted

lblescp

Label Escape, boolean

group

indicates that this object is related to the grouping vector and the insetions must go after

val

Values to be inserted

dx.up

Bolean, If true adjust an index


dprint documentation built on May 2, 2019, 6:19 p.m.

Related to insert.grp1 in dprint...