From 31346ced0909ee4f4f9c377c3b26eab3c5073b4e Mon Sep 17 00:00:00 2001 From: dscott Date: Wed, 15 Apr 2015 00:09:00 +0000 Subject: [PATCH] Correction to documentation of fixed width alignment code. Email from Dieter Menne, 15 April 2015 git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@68 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- pkg/man/xtable.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/man/xtable.Rd b/pkg/man/xtable.Rd index ca29021..cb33e88 100644 --- a/pkg/man/xtable.Rd +++ b/pkg/man/xtable.Rd @@ -47,7 +47,7 @@ xtable(x, caption = NULL, label = NULL, align = NULL, digits = NULL, one greater than \code{ncol(x)} if \code{x} is a \code{data.frame}. Use \code{"l"}, \code{"r"}, and \code{"c"} to denote left, right, and center alignment, respectively. Use - \code{"p\{3cm\}"} etc. for a LaTeX column of the specified width. For + \code{"p{3cm}"} etc. for a LaTeX column of the specified width. For HTML output the \code{"p"} alignment is interpreted as \code{"l"}, ignoring the width request. Default depends on the class of \code{x}. } -- 2.39.2