bbv<-"https://bvb.ro/FinancialInstruments/Markets/SharesListForDownload.ashx?filetype=csv"
bbv_2 <- getURL(bbv.url)
bbv_2 <- read.csv(text = bbv.url_2)
bbv<-"https://bvb.ro/FinancialInstruments/Markets/SharesListForDownload.ashx?filetype=csv"
bbv_2 <- getURL(bbv.url)
bbv_2 <- read.csv(text = bbv.url_2)
This code works for me. I get 372 rows with 16 columns.
bbv<-"https://bvb.ro/FinancialInstruments/Markets/SharesListForDownload.ashx?filetype=csv"
DAT <- read.csv(bbv, sep = ";")
Notice you used bbv.url
in your code but I don't see where that is assigned a value.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.