andkov / ShinyEFA

experimental visual interface to decisions in Exploratory Factor Analysis based the interactive features of R Shiny and D3
3 stars 2 forks source link

error in working directory #1

Closed andkov closed 11 years ago

andkov commented 11 years ago

runApp("./shinyEFA") Error in setwd(appDir) : cannot change working directory

andkov commented 11 years ago

when referencing data in "server.R" patterns<-read.csv("data/fpm.csv") the data must reside in the same directory as the application folder ("shinyApp"). It can be in a separate folder (~shinyApp/data).