Check data availability for IRS and website

check_data_irs_web(ein, year = 2019, sources = c("irs", "website"))

Arguments

ein

An Employment Identification Numbers

year

A year in which a form was filed. The default value is 2019.

sources

The data sources. The default value is c("irs", "website").

Value

A datafram that contains three columns: EIN, its data source and availability. Data availability column is a dummy variable. 1 = data exist. 0 = data don't exist.