xtstopanel: Converts a list of xts objects into a panel data

Description Usage Arguments Value Author(s) See Also Examples

View source: R/xtstopanel.R

Description

This function accepts as argument a list of xts objects with common column names and converts it into a panel data.

Usage

1

Arguments

list

List of xts objects.

Value

It returns the panel data as a data.table object.

Author(s)

Regis A. Ely

See Also

requestQ

Examples

1
2
3
## Not run: 
panel <- xtstopanel(data)
## End(Not run)

regisely/macrodata documentation built on May 27, 2019, 4:05 a.m.