Skip to content

Commit 6c40377

Browse files
committed
changed to faster way to rbind the list
1 parent 8b7d427 commit 6c40377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/ThreadNet_Batch.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ ThreadOccByPOV_batch <- function(o,THREAD_CF,EVENT_CF){
371371
x})
372372

373373
# row bind data frame back together
374-
occ= data.frame(do.call(rbind, occ_split))
374+
occ= rbindlist( occ_split )
375375

376376
return(occ)
377377

0 commit comments

Comments
 (0)