[R] Your browser do not suport oracle bi presentation services
    KENNETH ROY CABRERA TORRES 
    krcabrer at une.net.co
       
    Sun Mar 11 15:12:56 CET 2018
    
    
  
Hi dear R users: 
I'm trying the following code to download an information from the web. 
url1 <- "http://obieebr.banrep.gov.co/analytics/saw.dll?Go&Path=%2fshared%2fSeries%20Estad%C3%ADsticas_T%2f1.%20Tasa%20de%20Cambio%20Peso%20Colombiano%2f1.1%20TRM%20-%20Disponible%20desde%20el%2027%20de%20noviembre%20de%201991%2f1.1.1.TCM_Serie%20hist%C3%B3rica%20o%20por%20a%C3%B1o&Options=rdf&lang=es&NQUser=publico&NQPassword=publico" 
con <- url(url1, "r") 
x <- readLines(con) 
close(con) 
I obtain the folowing message: 
"Su explorador no es soportado por Oracle BI Presentation Services." 
Your browser do not support Oracle BI Presentation Sevices. 
How can I deal with this problem? 
Thank you very much for your help. 
Kenneth 
	[[alternative HTML version deleted]]
    
    
More information about the R-help
mailing list