Skip to content

Commit 83d036d

Browse files
author
btskinner
committed
another small update
1 parent 0eb1e49 commit 83d036d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/nearesthei.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ for(y in years) {
260260

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

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

0 commit comments

Comments
 (0)