[Dhis2-users] Disconnect between documentation and DHIS2 app for Import/Export Functionality

2018-11-20 Thread Waka Wafubwa
Hi All, Is it me or has anyone else noticed the disconnect between metadata import functionality in the DHIS2 app and documentation. So how does one import metadata using the new format that is not documented? See screenshots below. *https://play.dhis2.org/dev/dhis-web-importexport/index.html#/im

[Dhis2-users] DHIS2 Web API and R

2018-10-17 Thread Waka Wafubwa
Hi All, I found an easier implementation of the example of using R with DHIS2. I found that *httr* library in R is easier and uses fewer lines of code to achieve the same. See below. #Library to use library(httr) #This is a URL endpoint for a report table which we can get from the WebAPI. myurl<