spanRow {ztable} | R Documentation |
Merging data cells of ztable object in rows
Description
Merging data cells of ztable object in rows
Usage
spanRow(z, col, from, to, bg = NULL, color = NULL)
Arguments
z |
An object of ztable |
col |
An integer indicating the column of merging data cell |
from |
An integer indicating start row of merging data cell |
to |
An integer indicating end row of merging data cell |
bg |
An optional character indicating the background color of merging cell |
color |
An optional character indicating the font color of merging cell |
[Package ztable version 0.2.3 Index]