Skip to content

Instantly share code, notes, and snippets.

@rshyam1
Last active May 15, 2016 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rshyam1/e354fd774663b867fda4a998b06525d6 to your computer and use it in GitHub Desktop.
Save rshyam1/e354fd774663b867fda4a998b06525d6 to your computer and use it in GitHub Desktop.
###################################################
#Reading the tables
########################################################
# 2014 Fannie Mae File, Enterprise Code is 1
home_FNM_2014=read.table("~/Documents/shiny_project/home_all_year/2014_SFCensusTractFNM2014/fnma_sf2014c_loans.txt",header=FALSE,sep="")
dim(home_FNM_2014)
#1899729 39
#2014 Freddie Mac File, Enterprise Code is 2
home_FRE_2014=read.table("~/Documents/shiny_project/home_all_year/2014_SFCensusTractFRE2014/fhlmc_sf2014c_loans.txt",header=FALSE,sep="")
dim(home_FRE_2014)
#1212265 39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment