as.data.frame.timeDF {timeDF}R Documentation

Convert timeDF object to a plain dataframe

Description

Convert timeDF object to a plain dataframe.

Usage

## S3 method for class 'timeDF'
as.data.frame(x,row.names=NULL,optional=FALSE,format =
"%Y-%m-%d %H:%M:%S",...)

Arguments

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

Details

Convert timeDF object to a plain dataframe.

Value

dataframe

See Also

timeDF-class timeDF-package

Examples


as.data.frame(timeDF)

[Package timeDF version 0.9.1 Index]