This function allows you to find and display the Industrial R&D Investment Scoreboards (European Commission) data according to the selected parameters. If no arguments are filled, all data will be displayed.
irir_data( country = iri_country, years = iri_year, indicators = iri_indicator, company = iri_company, industry = iri_industry, ranks = iri_rank )
| country | Countries' ISO code. |
|---|---|
| years | Years for which you want the data. |
| indicators | Indicators from the Industrial Research and Innovation. |
| company | Companies for which you want the data. |
| industry | Industries for which you want the data. |
| ranks | Rank of a company. |
Data for the country, indicator, year, company, industrial sector and rank requested
irir_indicator for the IRI's indicator symbol, irir_country for the country's ISO code,
irir_company for the IRI's companies name and irir_industry for the IRI's industries name.
data <- irir_data(country = "USA", years = "2018", indicators = "RD.euro", company = "FORD MOTOR", industry = "Automobile & Parts", rank = 14)