Autheticate Users for DHS website

dhs_authenticate(your_email, your_password, your_project)

Arguments

your_email

Character for email address for DHS website

your_password

Character for password for DHS website

your_project

Character string for the name of your project that gives you access to the DHS database

Value

Returns list of length 3:

  • "user_name" your email usually

  • "user_pass" your pasword you provided

  • "proj_id" your project number that will enable your project to be accessed downstream

Note

Credit for function to https://github.com/ajdamico/lodown/blob/master/R/dhs.R