Commit 0d6348aa authored by Chaos's avatar Chaos
Browse files

fix the problem that chaos_merge doesn't delete the tmp file

parent 0848ff57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ chaos_merge <- function(
			.[,V3 := as.numeric(V3)] %>%
			.[]

	unlink(dt_file)
	file.remove(dt_file)
	dt
}