Website: https://prasadbhoite.github.io/hpsr/
Authors:
1. Prasad Bhoite (Author, Maintainer)
2. Christopher Clark (Author)
3. Krupa Patel (Contributor)
4. Dr. Rachel Clarke (Contributor)
5. Dr. Aisha Nana Garba (Contributor)
Overview
This package provides week 1 through week 63 Household Pulse Survey datatasets.
Installation
You can download the latest development version from Github using following command:
# install.packages("devtools")
devtools::install_github('prasadbhoite/hpsr')If the above method of installation fails, you can use the following code that additionally specifies git branch and timeout argument.
# install.packages("devtools")
options(timeout=400)
devtools::install_github('prasadbhoite/hpsr', ref = 'master')
Usage: Datasets
Get started with hpsr using following command:
hpsr::data('data_week1')
hpsr::data('data_week2')
hpsr::data('data_week3')
# ...
# ...
# ...
hpsr::data('data_week63')To get the specific week of data, you need to use ‘data’ function and mention numerical dataset number of the Household Pulse Survey. data(’data_week_ _’)
Usage: Codebooks
To get the codebook for the individual datasets, go to the following link on the package website.: https://prasadbhoite.github.io/hpsr/reference/index.html
Code of Conduct
Please note that the hpsr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

