View source: R/insert.blanks.r
insert.blanks | R Documentation |
Create a blank line in a table typically used for legibility improvement when reporting a table.
insert.blanks(tab, lines)
tab |
the table to insert the line into |
lines |
vector of numeric row positions in |
a table with lines inserted
insert.blank.line
pkpdData = example.pkpdData()
tmp = pkpdData[1:3,]
tmp
insert.blank.line(tmp, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.