Skip to contents

Geta a data frame of ticker symbols and names linked to trending tags on the RobinHood website.

Usage

get_tag(RH, tag)

Arguments

RH

object class RobinHood

tag

(string) a hyphenated tag such as "100-most-popular"

Examples

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

get_tag(RH, "100-most-popular")
}