Description Usage Arguments Details Value Examples
getter function to return Portfolio's activity
1 | get_activity(pobj)
|
pobj |
portfolio object |
activity relates to any portfolio cash transactions
tibble of activity history
1 2 3 4 | library(tidyverse)
portfolio("new_port") %>%
make_deposit(amount = 100) %>%
get_activity(.)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.