我正在尝试从互联网上检索Excel文件,但是该链接是一个下载链接,可自动下载该文件。我尝试将其直接读取到R中,但是它似乎损坏了文件并使它不可读。
我尝试过:
temp <- tempfile()
download.file("https://animaldrugsatfda.fda.gov/adafda/app/search/public/ingredientsInformationExcel/Section2ActiveIngredients",temp)
FDAAnimalApprovedDrugs <- readLines(temp)