Description Usage Arguments Value Examples
Transforms a dataframe in the long format to a list of dataframes in the wide format
1 | reshape.wide(df.tickers)
|
df.tickers |
Dataframe in the long format |
A list with dataframes in the wide format
1 2 3 4 | my.f <- system.file( 'extdata/ExampleData.rds', package = 'BatchGetSymbols' )
df.tickers <- readRDS(my.f)
l.wide <- reshape.wide(df.tickers)
l.wide
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.