Description Usage Details Value After Arguments and Value sections Examples
Group of functions for listing available securities
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
Group of functions Details paragraph.
a tibble of quotes of requested securities
Despite its location, this actually comes after the Arguments and Value sections. Also, don't need to use null, could annotate first function, and then using function name as the groupBy name is more intuitive.
1 2 3 4 5 6 | library(fmpapi)
# all available stocks
df_stocks <- fmp_list_stocks()
df_etfs <- fmp_list_etfs()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.