Displaying 1 result from an estimated 1 matches for "id_del_aeg".
2017 Sep 14
1
Print All Warnings that Occurr in All Parallel Nodes
...re compiled as a single dataframe by
# means of rbind
# C.1) parRapply Function Initialization:
parRaplly_Function <- function (DISPOIN_CSV_Row)
{
return(read_csv2(
file = DISPOIN_CSV_Row,
col_names = c(
"SCADA",
"TAG",
"ID_del_AEG",
"Descripcion",
"Time_ON",
"Time_OFF",
"Delta_Time",
"Comentario",
"Es_Alarma",
"Es_Ultima",
"Comentarios"),
col_types = cols(
"SC...