get_income: Get Portfolio Investment Income

Description Usage Arguments Value Examples

View source: R/Portfolio.R

Description

Returns realized income only. Does not estimate future income payments

Usage

1
get_income(pobj)

Arguments

pobj

portfolio object

Value

Portfolio's past income payments from investments

Examples

1
2
3
library(tidyverse)
portfolio("new_port") %>%
get_income(.)

chrishaarstick/madstork documentation built on Jan. 3, 2022, 8:34 p.m.