| join_panels | R Documentation |
Align and join a list of wide panels on their common dates. Each input
panel must have one Date column and a disjoint set of symbol columns.
join_panels(panels)
panels |
List of wide panels ( |
All panels are first aligned to the intersection of their Date values.
Symbol names must be unique across panels; if the same symbol appears in
multiple inputs, an error is raised.
A data.table with Date plus the union of all symbol columns, restricted to common dates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.