R Disparity between browser and GET / getURL
I'm trying to download the content from a page and I'm finding that the response data is either malformed or incomplete, as if GET or getURL are pulling before those data are loaded. library(httr) library(RCurl) url <- "https://www.vanguardcanada.ca/individual/etfs/etfs.htm" d1 <- GET(url) # This shows a lot of {{ moustache style }} code that's not filled d2 <- getURL(url) # This shows "" as if it didn't get anything I'm not sure how to proceed. My goal is to get the numbers associated with the links that show in the browser: https://www.vanguardcanada.ca/individual/etfs/etfs-detail-overview