Skip to content

northeastloon/surveymeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

surveymeta

Surveymeta is an API client package for the NADA API, allowing users to retrieve survey metadata from the International Household Survey Network (IHSN) central data catalog and other repositories following the NADA standard, such as the World Bank micro data library.

Installation

You can install the development version of surveymeta from GitHub with:

# install.packages("devtools")
devtools::install_github("northeastloon/surveymeta")

Example

List surveys from 2015-2018:

library(surveymeta)

get_metadata("http://catalog.ihsn.org/index.php/api/catalog", from =2015, to = 2018, ps =ie4, var_meta = FALSE)

Or all metadata files created during January 2023:

get_metadata("http://catalog.ihsn.org/index.php/api/catalog", created = "2023/01/01-2023/01/31", ps =ie4, var_meta = FALSE)

specify var_meta as TRUE to extract variable metadata for (five) surveys

get_metadata("http://catalog.ihsn.org/index.php/api/catalog", created = "2023/01/01-2023/01/31", ps =5, var_meta = TRUE)

About

Get metadata from IHSN survey catelogs

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages