Displaying 1 result from an estimated 1 matches for "time_off".
Did you mean:
hide_off
2017 Sep 14
1
Print All Warnings that Occurr in All Parallel Nodes
...zation:
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(
"SCADA" = "c",
"TAG" = "c",
"ID_del_AEG...