get_tag: Get ticker symbols for popular tags on RobinHood

View source: R/get_tag.R

get_tagR 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)

JestonBlu/RobinHood documentation built on Aug. 21, 2023, 7:57 a.m.