View source: R/as.data.frame.timeDF.R
as.data.frame.timeDF | R Documentation |
Convert timeDF object to a plain dataframe.
## S3 method for class 'timeDF'
as.data.frame(x,row.names=NULL,optional=FALSE,format =
"%Y-%m-%d %H:%M:%S",...)
x |
timeDF object |
row.names |
same as as.data.frame in base |
optional |
same as as.data.frame in base |
format |
character element that describes how times in timeDF are converted to chracters. If "as_is" is specified, time objects are not preserved without converting to characters. |
... |
Further arguments passed to or from other methods |
Convert timeDF object to a plain dataframe.
dataframe
timeDF-class
timeDF-package
as.data.frame(timeDF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.