Skip to content

Commit

Permalink
Update download all microdata.R
Browse files Browse the repository at this point in the history
PNAD 2015 was updated too.
  • Loading branch information
JVLegend committed Jul 6, 2017
1 parent 73a8dc7 commit 3b90baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ for ( year in years.to.download ){
if ( year == 2013 & this.file == "Dicionarios_e_input.zip" ) this.file <- "Dicionarios_e_input_20150814.zip"

if( year == 2014 ) this.file <- gsub( "\\.zip" , "_20161116.zip" , this.file )
if( year == 2015 ) this.file <- gsub( "\\.zip" , "_20161222.zip" , this.file )
if( year == 2015 ) this.file <- gsub( "\\.zip" , "_20170517.zip" , this.file )


try({
Expand Down

0 comments on commit 3b90baf

Please sign in to comment.