get_quote | R Documentation |
Get a quote from RobinHood
get_quote(RH, symbol, limit_output = TRUE)
RH |
object class RobinHood |
symbol |
(string) of ticker symbols |
limit_output |
(logical) if TRUE (default) return less quote detail |
## Not run: # Login in to your RobinHood account RH <- RobinHood("username", "password") get_quote(RH, "IR") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.