Skip to content

CRPE-UWB/State

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State

Included are the R codes used to clean the following states:

  • California
  • Colorado
  • Massachusetts
  • Michigan
  • Missouri
  • Oklahoma
  • Pennsylvania
  • Texas

Following R Packages are Needed:

install.packages(dplyr)
install.packages(tidyr)
install.packages(stringr)
install.packages(data.table)
install.packages(readr)
install.packages(readxl)

Folder Hiearchy:

Parent Folder

- data (location of the raw data)

- cleaned_data (location of the cleaned data)

- Code.R

Obtain the raw data files from: S3

About

Contains code for state data cleaning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages