List of trending securities for specific country.
Usage
get_trending(country = "US", count = 10)
Arguments
- country
Name of the country.
- count
Number of securities.
Value
Securities trending in the country.
Examples
# \donttest{
get_trending()
#> [1] "F" "RUM" "MRNA" "NKLA" "BROS" "TSLA" "BYND" "NFLX" "WIX" "GM"
# }