get_tag {RobinHood}R Documentation

Get ticker symbols for popular tags on RobinHood

Description

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

## Not run: 
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

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

## End(Not run)

[Package RobinHood version 1.7.0 Index]