From 7b631feefec61f1102c15eb94106d8db2407c044 Mon Sep 17 00:00:00 2001 From: Efrain Gonzalez Date: Mon, 26 Jun 2017 15:42:35 -0400 Subject: [PATCH] Update --- RAutoClDs.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAutoClDs.R b/RAutoClDs.R index 388f352..5188718 100644 --- a/RAutoClDs.R +++ b/RAutoClDs.R @@ -671,7 +671,7 @@ THEFT <- function(){ ##Editing the file for R processing RAWDATID <- RAWDAT2[,1] %>% - as.matrix(.,stringsAsFactors = FALSE) + as.matrix(.) RAWDATNUM <- RAWDAT2[,-1] %>% mapply(.,FUN = as.numeric) %>% -- 2.29.0