Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 583 Bytes

File metadata and controls

23 lines (18 loc) · 583 Bytes

Registration Analysis

This repository contains a descriptive and exploratory analysis of the data collected through the registration form for the course Data Science for Open WASH data course.

Setup

Install dependencies using renv:

renv::restore()

Share access to sensitiva data files with Kobo and setup once:

kobo_setup(
     url = "https://kobo.humanitarianresponse.info",
     token = "your_api_token"
   )

If data is private, use the private submodule

/registration_analysis_private/{data, output}