Get a crypto currency quote from RobinHood
Examples
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_quote_crypto(RH, "BTC")
}
Get a crypto currency quote from RobinHood
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_quote_crypto(RH, "BTC")
}