GITLAB
Efrain Gonzalez
/ Cleaning and Fixing Data with R
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7b631feefec61f1102c15eb94106d8db2407c044
Authored by
Efrain Gonzalez
2017-06-26 15:42:35 -0400
1 parent
43a4e2950b
Exists in
master
Update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
RAutoClDs.R
Side-by-side Diff
Inline Diff
RAutoClDs.R
Diff comments
View file @
7b631fe
...
...
@@ -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) %>%