Description Usage Arguments Details Value Examples
getter function to return Portfolio's trades
1 | get_trades(pobj)
|
pobj |
portfolio object |
trades are portfolio investment security transactions
tibble of trade history
1 2 3 | library(tidyverse)
portfolio("new_port") %>%
get_trades(.)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.