insert.blank.line: Inserting blank lines in a table (alias)

View source: R/insert.blanks.r

insert.blank.lineR Documentation

Inserting blank lines in a table (alias)

Description

Create a blank line in a table typically used for legibility improvement when reporting a table.

Usage

insert.blank.line(tab, lines)

Arguments

tab

the table to insert the line into

lines

vector of numeric row positions in tab to insert a line

Value

a table with lines inserted

See Also

insert.blanks

Examples

pkpdData = example.pkpdData()
tmp = pkpdData[1:3,]
tmp
insert.blank.line(tmp, 2)

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.