Description Usage Arguments Details Value Examples
getter function to return Portfolio's current holdings
1 | get_holdings(pobj)
|
pobj |
portfolio object |
holdings are currently held investment securities such as a stock or etf
holdings tibble
1 2 3 | library(tidyverse)
portfolio("new_port") %>%
get_holdings(.)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.