Skip to content

Commit

Permalink
Flatten list output in drop_dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonJY authored and karthik committed Sep 29, 2017
1 parent 8f3fca6 commit 427f308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/drop_dir.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ drop_dir <- function(
}

# coerce to tibble, one row per item found
dplyr::bind_rows(results)
dplyr::bind_rows(purrr::map(results, LinearizeNestedList))
}


Expand Down

0 comments on commit 427f308

Please sign in to comment.