Description Usage Arguments Details Value Author(s) References See Also Examples
Convert timepoint objects to SAS format for writing XPT files
1 2 3 4 5 6 | ## S3 method for class 'mDateTime'
toSAS(x, format="", format.info=NULL)
## S3 method for class 'mDate'
toSAS(x, format="", format.info=NULL)
## S3 method for class 'mTime'
toSAS(x, format="", format.info=NULL)
|
x |
subclass of timepoint |
format |
SAS format name |
format.info |
Table of SAS format information |
SASxport defines toSAS
and calls it on each column
when writing XPT files. The mDateTime
method returns the integer number of seconds
since the start of 1960-01-01. The mDate
method returns the integer number of days
since 1960-01-01.The mTime
method returns the number of seconds
since midnight.
numeric
Tim Bergsma
http://metrumrg.googlecode.com
timepoint
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.