[R-gregmisc-commits] r2115 - pkg/SASxport/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 25 23:06:48 CET 2016


Author: warnes
Date: 2016-03-25 23:06:48 +0100 (Fri, 25 Mar 2016)
New Revision: 2115

Modified:
   pkg/SASxport/man/read.xport.Rd
Log:
Add code to avoid extraneous label output from describe().

Modified: pkg/SASxport/man/read.xport.Rd
===================================================================
--- pkg/SASxport/man/read.xport.Rd	2016-03-25 22:05:55 UTC (rev 2114)
+++ pkg/SASxport/man/read.xport.Rd	2016-03-25 22:06:48 UTC (rev 2115)
@@ -200,7 +200,7 @@
 library(Hmisc)
 
 describe(w$TEST)   # see labels, format names for dataset test
-lapply(w, describe)# see descriptive stats in more detail for each variable
+lapply(w, describe, "")# see descriptive stats in more detail for each variable
 
 contents(w$TEST)   # another way to see variable attributes
 lapply(w, contents)# show contents of individual items in more detail



More information about the R-gregmisc-commits mailing list