Learn R Programming

dang (version 0.0.16)

as.data.table.xts: Convert an xts object into a data.table

Description

Convert an xts object into a data.table

Usage

# S3 method for xts
as.data.table(x)

as.data.table(x)

# S3 method for default as.data.table(x, ...)

Value

A data.table object with new columns date, time, micros, pt providing, respectively the data as IDate, time as ITime, microseconds (rounded) and numeric POSIXct.

Arguments

x

An xts object

...

Catch-all arguments passed on to methods

Author

Dirk Eddelbuettel

Details

This is still experimental. Note that all four added columns are keys to the data.table object, and that setNumericRounding(0) is executed too,