Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 462 Bytes

tidychas

The goal of tidychas is to access HUD’s CHAS data and output it in a tidy format for users.

Installation

You can install the development version of tidychas like so:

# install.packages("devtools")
devtools::install_github("sj-io/tidychas")

Load the package to your library to use it.

library(tidychas)