Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 206473

Download Excel File from .ASPX page in R

$
0
0

I am trying to download a .xlsx file from an embedded "Export to Excel" link within a .aspx webpage.

https://www.ftportfolios.com/Retail/Etf/EtfHoldings.aspx?Ticker=FTSM

I have tried the following code, but it is failing to download the correct file. Any help would be greatly appreciated! Thank you

FTSM_url<- "https://www.ftportfolios.com/Retail/Etf/EtfHoldings.aspx?Ticker=FTSM"

download.file(FTSM_url, destfile = "FTSM-Holdings.xlsx", mode = "wb") 

Viewing all articles
Browse latest Browse all 206473

Trending Articles