WrdMergeCells | R Documentation |
Merges a cell range of a word table.
WrdMergeCells(wtab, rstart, rend)
wtab |
a handle to the word table as returned i.g. by |
rstart |
the left/upper cell of the cell range. |
rend |
the right/lower cell of the cell range. |
nothing
Andri Signorell <andri@signorell.net>
WrdTable
, WrdCellRange
## Not run:
# Windows-specific example
wrd <- GetNewWrd()
wtab <- WrdTable(nrow=3, ncol=3, wrd=wrd)
WrdMergeCells(wtab, rstart=c(1,2), rend=c(2,3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.