industry_func | R Documentation |
Industry Function Factory
industry_func(industry)
industry |
a character scaler with industry defined names. Can be obtained from |
This is a function factory where you can create your own function to get the historical data of any industry. it has the following parameters. start_date The start date of the query. Date is a string that needs to be in yyyy-mm-dd format end_date The end date of the query. Date is a string that needs to be in yyyy-mm-dd format use_cache logical operator for using cached data
returns a function that can be used to obtain historical records of specific industry
get_banks <- industry_func("banks")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.