irir_data: irir_data

Description Usage Arguments Value See Also Examples

View source: R/iriR.R

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

1
2
3
4
5
6
7
8
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

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

iriR documentation built on April 22, 2021, 9:07 a.m.