Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

irir_data

irir_data


Description

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.

Usage

irir_data(
  country = iri_country,
  years = iri_year,
  indicators = iri_indicator,
  company = iri_company,
  industry = iri_industry,
  ranks = iri_rank
)

Arguments

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.

Value

Data for the country, indicator, year, company, industrial sector and rank requested

See Also

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.

Examples

data <- irir_data(country = "USA", years = "2018", indicators = "RD.euro",
   company = "FORD MOTOR", industry = "Automobile & Parts", rank = 14)

iriR

Global Innovation Through Company Level Data

v0.2.2
MIT + file LICENSE
Authors
Thierry Warin [aut, cre] (<https://orcid.org/0000-0002-5921-3428>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.