View source: R/get_quote_crypto.R
get_quote_crypto | R Documentation |
Get a crypto currency quote from RobinHood
get_quote_crypto(RH, symbol)
RH |
object class RobinHood |
symbol |
(string) cryto currency symbol such as BTC, ETH, DOGE |
## Not run: # Login in to your RobinHood account RH <- RobinHood("username", "password") get_quote_crypto(RH, "BTC") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.