get_portfolios: Get portfolio summaries related to your RobinHood Account

View source: R/get_portfolios.R

get_portfoliosR Documentation

Get portfolio summaries related to your RobinHood Account

Description

Returns a dataframe of portfolio summaries for a specific period of time. Default is current day.

Usage

get_portfolios(RH, interval = NULL, span = NULL)

Arguments

RH

object of class RobinHood

interval

(string) Interval of time to aggregate to (examples: hour, day, week, month)

span

(string) Period of time you are interested in (examples: day, week, month, year)

Examples

## Not run: 
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

get_portfolios(RH)
get_portfolios(RH, interval = "day", span = "3month")

## End(Not run)

RobinHood documentation built on Jan. 7, 2023, 1:11 a.m.