Commit 7b631feefec61f1102c15eb94106d8db2407c044

Authored by Efrain Gonzalez
1 parent 43a4e2950b
Exists in master

Update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -671,7 +671,7 @@ THEFT <- function(){
671 671  
672 672 ##Editing the file for R processing
673 673 RAWDATID <- RAWDAT2[,1] %>%
674   - as.matrix(.,stringsAsFactors = FALSE)
  674 + as.matrix(.)
675 675  
676 676 RAWDATNUM <- RAWDAT2[,-1] %>%
677 677 mapply(.,FUN = as.numeric) %>%