Skip to content

Commit

Permalink
Update Transition.R
Browse files Browse the repository at this point in the history
.libPaths
  • Loading branch information
dfadeeff authored Mar 29, 2017
1 parent 4edfcb1 commit 53c648b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Transition.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
rm(list = ls(all=TRUE))
getwd()
#Set working directories
setwd("/home/dima/Automation/Reports/Stages")
setwd("/home/bi_user/Automation/Reports/Stages")

#Load library
library(lubridate)
Expand Down Expand Up @@ -187,7 +187,7 @@ colnames(grouped_by_city) <- c("customer","location")
CombinedDT <- merge(x = CombinedDT,y = grouped_by_city, by = "customer", all.x = TRUE)


write.csv(CombinedDT,"/home/dima/powerbi-share/R_outputs/transition.csv",row.names = F)
write.csv(CombinedDT,"/home/bi_user/powerbi-share/R_outputs/transition.csv",row.names = F)

#Sum of all customers
sum(transition)
Expand Down

0 comments on commit 53c648b

Please sign in to comment.