Fixed bug in create_eventlogs
This commit is contained in:
		
							parent
							
								
									17edadf597
								
							
						
					
					
						commit
						a61d56b9cb
					
				@ -91,7 +91,7 @@ create_eventlogs <- function(data, xmlpath = NULL, case_cutoff = 20,
 | 
				
			|||||||
    dat4$timeMs.stop[which(dat4$fIdDiff > 0)]
 | 
					    dat4$timeMs.stop[which(dat4$fIdDiff > 0)]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  dat4$fIdNum.start <- NULL
 | 
					  dat4$fIdNum.start <- NULL
 | 
				
			||||||
  dat4$fIdNum.start <- NULL
 | 
					  dat4$fIdNum.stop  <- NULL
 | 
				
			||||||
  dat4$fIdDiff      <- NULL
 | 
					  dat4$fIdDiff      <- NULL
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Remove fragmented traces ###############################################
 | 
					  # Remove fragmented traces ###############################################
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user