]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/R/table.attributes.R
Added the "width" argument for use with "tabular*" or "tabularx" tabular environments.
[xtable.git] / pkg / R / table.attributes.R
index ca09e98b5fdedefb39771380ff2af8934fe78f4b..b228f6832903a3d02ed871c9ac607c4c5f667f6d 100644 (file)
@@ -72,7 +72,7 @@ label.xtable <- function(x,...) {
     aString.Width <- c(aString.Width,thisWidth)
   }
 
-  alignAllowed <- c("l","r","p","c","|") 
+  alignAllowed <- c("l","r","p","c","|","X"
   
   if (any( !(aString.Align %in% alignAllowed))) {
     warning("Nonstandard alignments in align string")