search for: veeeeeeeeeeryyyyyyyyyy

Displaying 1 result from an estimated 1 matches for "veeeeeeeeeeryyyyyyyyyy".

2008 Jul 04
1
Hmisc latex: table column width
...I'm trying to set a column width to one of the columns in a latex table (using Hsmic package, latex function). My intention is to get \begin{tabular}{lp{1.2in}llllll}\hline\hline Here's an example ####### R code ######### DF <- data.frame(Titanic) DF$long <- paste("This is a veeeeeeeeeeryyyyyyyyyy long line") DF <- DF[, names(DF)[c(6,1:5)]] library(Hmisc) DF.latex <- format.df(DF, na.blank=TRUE, math.row.names=TRUE, math.col.names=TRUE) #and when I try... attr(DF.latex, "col.just")[1] <- "lp{1.2in}" #..it does not help latex(DF.latex, title="&qu...