insert.blanks: Inserting blank lines in a table

View source: R/insert.blanks.r

insert.blanksR Documentation

Inserting blank lines in a table

Description

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

Usage

insert.blanks(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.blank.line

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.