Deepu Marupilla
unread,Aug 7, 2013, 7:34:34 PM8/7/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shiny-...@googlegroups.com
Hi,
I recently started working on R and shiny. I created a UI to take inputs from the user, based on that, i am running a R Script and saving processed data into .RData file. I am loading this file again, but in browser whatever the datasets i am using in ui.R are not getting refreshed, rest all is getting loaded.
But when i restart the server, everything is loading properly.
The two lines in server.R are as follows
source( file.path(projectDir, 'RText.R') )
load("project.Rdata", .GlobalEnv)