search for: dispoin

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

Did you mean: disjoin
2017 Sep 14
1
Print All Warnings that Occurr in All Parallel Nodes
...ter executing parRapply I can only see the last.warning variable error, for knowing which CSV have failed in each node, but I cannot see all warnings, only 1 at a time. So: * For showing a list of all warnings in all nodes, I was thinking of using the following function in the code: warnings(DISPOIN_CSV_List <- parRapply(c1, DISPOIN_DIR_REL, parRaplly_Function)) Would this work? * And also, How could I check that a CSV can be opened before applying the function, and create an empty data.frame for those CSV. Thank you, Juan CODE ######################################################...