Skip to content

Commit

Permalink
another small update
Browse files Browse the repository at this point in the history
  • Loading branch information
btskinner committed Feb 8, 2018
1 parent 0eb1e49 commit 83d036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nearesthei.r
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ for(y in years) {

## collapse list
message('\nCollapsing list into single dataframe')
out <- do.call('rbind', dflist)
out <- bind_rows(dflist)

## arrange
yearlist[[as.character(y)]] <- out %>% arrange(fips,year)
Expand Down

0 comments on commit 83d036d

Please sign in to comment.