Skip to content

Commit

Permalink
去掉目录指定
Browse files Browse the repository at this point in the history
  • Loading branch information
leroy-chen committed Sep 18, 2015
1 parent 9dd54a4 commit 1cc0862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# http://shiny.rstudio.com
#
setwd("C:\\Users\\leroychen\\Documents\\shinydashboard")
#setwd("C:\\Users\\leroychen\\Documents\\shinydashboard")
load("user_pay_1.RData")
actionuser<-read.csv("actionuser.csv",T,fileEncoding = "UTF-8")
actionuser<-actionuser[,c("用户id","最后一周登录天数","最后一周登录次数","最后一周0.8点登录次数","最后一周8.18点登录次数","最后一周18.24点登录次数","注册至今距离天数","是否付费")]
Expand Down

0 comments on commit 1cc0862

Please sign in to comment.