get_positions {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(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)
[Package RobinHood version 1.7.0 Index]