=== modified file 'src/docbkx/en/dhis2_r.xml' --- src/docbkx/en/dhis2_r.xml 2012-06-01 06:01:20 +0000 +++ src/docbkx/en/dhis2_r.xml 2012-08-16 08:47:19 +0000 @@ -445,14 +445,10 @@ #We are going to need these two libraries require(RCurl) require(XML) -#Just a URL with some data +#This is a URL endpoint for a report table which we can +#get from the WebAPI. -url<-"https://apps.dhis2.org/dev/api/reportTables/data.csv? -de=fbfJHSPpUQD -&de=cYeuwXTCPkU -&in=Uvn6LCg7dVU -&ou=O6uvpzGd5pu -&last12Months=true" +url<-"https://apps.dhis2.org/dev/api/reportTables/KJFbpIymTAo/data.csv" #Lets get the response and we do not need the headers #This site has some issues with its SSL certificate #so lets not verify it.