Skip to content

Commit ac13f26

Browse files
committed
Fix R linting error
1 parent 1ed7a86 commit ac13f26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/join_files_by_id/join_files.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ df_list <- append(df0, df_list)
5757
df_list[[1]] <- data.frame(ids = df_list[[1]])
5858

5959

60-
6160
ids <- df_list[[1]]
6261
ids <- data.frame(ids = ids[order(ids$ids), "ids"])
6362
merged_df <- mclapply(2:length(df_list), function(x) {

0 commit comments

Comments
 (0)