Geta a data frame of ticker symbols and names linked to trending tags on the RobinHood website.
Examples
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_tag(RH, "100-most-popular")
}
Geta a data frame of ticker symbols and names linked to trending tags on the RobinHood website.
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_tag(RH, "100-most-popular")
}