| urnames | R Documentation | 
Make ostensibly (in LaTeX tables) non-unique rownames by adding random
letters hidden in 'phantom' code. This is useful in combination with
'rgroups'-feature of Hmisc::latex
urnames(df, x = NULL)
| df | data frame | 
| x | rownames to be visible, in particular non-unique such names | 
df <- data.frame(x = 1:100)
rownames(df) <- urnames(df, rep("A", 100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.