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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Aug 15 21:02:47 CEST 2016


Author: warnes
Date: 2016-08-15 21:02:45 +0200 (Mon, 15 Aug 2016)
New Revision: 2136

Modified:
   pkg/SASxport/man/write.xport.Rd
Log:
Update URL to SAS Tech Report

Modified: pkg/SASxport/man/write.xport.Rd
===================================================================
--- pkg/SASxport/man/write.xport.Rd	2016-08-12 17:38:13 UTC (rev 2135)
+++ pkg/SASxport/man/write.xport.Rd	2016-08-15 19:02:45 UTC (rev 2136)
@@ -18,7 +18,7 @@
  )
 }
 \arguments{
-  \item{\dots}{One or more data frames to be stored}  
+  \item{\dots}{One or more data frames to be stored}
   \item{list}{A list containing data frames to be stored.}
   \item{file}{File name or connection object. Use "" to view the raw data}
   \item{verbose}{Logical flag controlling whether status is reported
@@ -48,7 +48,7 @@
       point format (see the reference).
     \item Date and time variables are either converted to number of days since
       1960-01-01 (date only), or number of seconds since
-      1960-01-01:00:00:00 GMT (date-time variables).  
+      1960-01-01:00:00:00 GMT (date-time variables).
     \item Missing values are converted to the standard SAS missing value
       '.'
   }
@@ -72,12 +72,12 @@
 \references{
   SAS Technical Support document TS-140: ``The Record Layout of a
   Data Set in SAS Transport (XPORT) Format'' available at
-  \url{http://ftp.sas.com/techsup/download/technote/ts140.html}.
+  \url{https://support.sas.com/techsup/technote/ts140.pdf}.
 }
 \author{Gregory R. Warnes \email{greg at warnes.net}}
 \note{
    This package was created with partial funding by Metrum Institute
-   \url{http://metruminstitute.org}. 
+   \url{http://metruminstitute.org}.
 }
 \seealso{
   \code{\link{toSAS}},
@@ -86,7 +86,7 @@
   \code{\link{label}},
   \code{\link{SAStype}},
   \code{\link{SASformat}},
-  and \code{\link{SASiformat}}  
+  and \code{\link{SASiformat}}
 }
 \examples{
 
@@ -113,7 +113,7 @@
 ## verify the additions
 str(abc)
 
-# create a SAS XPORT file 
+# create a SAS XPORT file
 write.xport( abc, file="xxx.dat" )
 
 # list the contents of the file



More information about the R-gregmisc-commits mailing list