Package 'hpsrn'

Title: This tests the functionality of developing an R Data Package
Description: This package provides each round of Household Pulse Survey data and respective codebooks in an easily accessible manner. Raw data sets of Household Pulse Survey data [Public Use Files] can be accessed at the US Census Website.
Authors: Prasad Bhoite [aut, cre] , Christopher Clark [aut], Krupa Patel [aut]
Maintainer: Prasad Bhoite <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2024-11-05 04:28:09 UTC
Source: https://github.com/christophernclark/hpsrn

Help Index


Load the data by week number

Description

Load the data by week number

Usage

load_data_week_number(week)

Arguments

week

Week number

Value

data

Examples

## Not run: 
Example 1: Import week 1 data:
load_data_week_number(1)

## End(Not run)