Learn R Programming

RobinHood (version 1.7.0)

get_tag: 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

Run this code
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