Learn R Programming

RobinHood (version 1.7.0)

get_quote_crypto: Get a crypto currency quote from RobinHood

Description

Get a crypto currency quote from RobinHood

Usage

get_quote_crypto(RH, symbol)

Arguments

RH

object class RobinHood

symbol

(string) cryto currency symbol such as BTC, ETH, DOGE

Examples

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

get_quote_crypto(RH, "BTC")
}

Run the code above in your browser using DataLab