powered by
Geta a data frame of ticker symbols and names linked to trending tags on the RobinHood website.
get_tag(RH, tag)
object class RobinHood
(string) a hyphenated tag such as "100-most-popular"
if (FALSE) { # Login in to your RobinHood account RH <- RobinHood("username", "password") get_tag(RH, "100-most-popular") }
Run the code above in your browser using DataLab