Download excel file

download_excel_file(
  url =
    "https://www.sbir.gov/awards/annual-reports/xls?xls_table=SBIR_count&dataid=SbirAnnualReportsSummarySqlYearSbir",
  has_col_names = F,
  ...
)

Arguments

url

url of excel file

has_col_names

if TRUE include column name as first column

...