Skip to contents

Get the currently held crypto positions for your RobinHood account

Usage

get_positions_crypto(RH)

Arguments

RH

object class RobinHood

Examples

if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

get_positions_crypto(RH)
}