Get the currently held positions for your RobinHood account
Source:R/get_positions.R
get_positions.Rd
Get the currently held positions for your RobinHood account
Arguments
- RH
object class RobinHood
- limit_output
(logical) if true, return a simplified positions table, false returns all position details
Examples
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_positions(RH)
}