SCM

[#6800] Allow multiple rows to have the same name

Date:
2023-03-16 05:26
Priority:
3
State:
Open
Submitted by:
Ott Toomet (otoomet)
Assigned to:
Nobody (None)
Product:
None
Operating System:
None
Component:
None
Summary:
Allow multiple rows to have the same name

Detailed description
Consider a simple example:

a <- matrix(1:4, 2, 2, dimnames=list(c("a", "a")))
x <- xtable::xtable(a)
rownames(x)
[1] "a" "a.1"

xtable turns two "a"-s into "a" and "a.1". It would be preferable for xtable not to change the existing row names.

I can probably figure it out and supply a patch if interested.

Comments:

No Comments Have Been Posted

Attached Files:

Changes

No Changes Have Been Made to This Item

Thanks to:
Vienna University of Economics and Business Powered By FusionForge