Learn R Programming

DescTools (version 0.99.30)

WrdCellRange: Return the Cell Range Of a Word Table

Description

Return a handle of a cell range of a word table. This is useful for formating the cell range.

Usage

WrdCellRange(wtab, rstart, rend)

Arguments

wtab

a handle to the word table as returned i.g. by WrdTable

rstart

the left/upper cell of the cell range.

rend

the right/lower cell of the cell range.

Value

a handle to the range.

Details

Cell range selecting might be complicated. This function makes it easy.

See Also

WrdTable

Examples

Run this code
# NOT RUN {
# Windows-specific example
wrd <- GetNewWrd()
WrdTable(nrow=3, ncol=3, wrd=wrd)
crng <- WrdCellRange(rstart=c(1,2), rend=c(2,3))
crng$Select()
# }

Run the code above in your browser using DataLab