search for: col_1_name_

Displaying 1 result from an estimated 1 matches for "col_1_name_".

2024 Dec 11
2
Cores hang when calling mcapply
...output <- mclapply(1:length(modtabs), function(i) crewjanitormakeclean(modtabs[[i]],c("string_columns_2","string_columns_1")), mc.cores = numcores) output <- mclapply(1:length(modtabs), function(i) mass_pivot_wider(modtabs[[i]],"string_columns_1","col_1_name_"), mc.cores = numcores) output <- mclapply(1:length(modtabs), function(i) mass_pivot_wider(modtabs[[i]],"string_columns_2","col_2_name_"), mc.cores = numcores) }else{ output <- lapply(1:length(modtabs), function(i) crewjanitormakeclean(modtabs[[i]],c(&...