Get the currently held crypto positions for your RobinHood account
Source:R/get_positions_crypto.R
get_positions_crypto.Rd
Get the currently held crypto positions for your RobinHood account
Examples
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_positions_crypto(RH)
}