Displaying 1 result from an estimated 1 matches for "parraplly_funct".
2017 Sep 14
1
Print All Warnings that Occurr in All Parallel Nodes
...g 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
################################################################################
## DISPOIN Data Import Into MariaDB...