Description Usage Arguments Details Value Examples
incurr fee on a portfolio. fees could be transaction or management fees
1 |
pobj |
portfolio object |
date |
date of activity. Date type |
amount |
activity dollar amount. numeric type |
desc |
activity description. string type |
subtracts fee amount from cash balance and adds record to actvity
updated portfolio object
1 2 3 4 | library(tidyverse)
portfolio("new_port") %>%
make_deposit(amount = 100) %>%
incur_fee(amount = 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.