get_positions_options {RobinHood} | R Documentation |
Get the currently held positions for your RobinHood account
Description
Get the currently held positions for your RobinHood account
Usage
get_positions_options(RH, trim_pending = TRUE)
Arguments
RH |
object class RobinHood |
trim_pending |
(logical) if FALSE, then return pending and intraday columns |
Examples
## Not run:
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_positions_options(RH)
## End(Not run)
[Package RobinHood version 1.7.0 Index]