R:使用下载链接下载Excel文件

时间:2018-10-19 12:52:18

标签: html r excel web-scraping

我正在尝试从互联网上检索Excel文件,但是该链接是一个下载链接,可自动下载该文件。我尝试将其直接读取到R中,但是它似乎损坏了文件并使它不可读。

我尝试过:

  temp <- tempfile()
  download.file("https://animaldrugsatfda.fda.gov/adafda/app/search/public/ingredientsInformationExcel/Section2ActiveIngredients",temp)
  FDAAnimalApprovedDrugs <- readLines(temp)

0 个答案:

没有答案