get_positions: Get the currently held positions for your RobinHood account

View source: R/get_positions.R

get_positionsR Documentation

Get the currently held positions for your RobinHood account

Description

Get the currently held positions for your RobinHood account

Usage

get_positions(RH, limit_output = TRUE)

Arguments

RH

object class RobinHood

limit_output

(logical) if true, return a simplified positions table, false returns all position details

Examples

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

get_positions(RH)

## End(Not run)

JestonBlu/RobinHood documentation built on Aug. 21, 2023, 7:57 a.m.