reload ui.R from server.R

121 views
Skip to first unread message

Deepu Marupilla

unread,
Aug 7, 2013, 7:34:34 PM8/7/13
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)

Deepu Marupilla

unread,
Aug 8, 2013, 12:40:43 PM8/8/13
to shiny-...@googlegroups.com
I am able to resolve this one

Thanks
Deepu

Ashish Achar

unread,
Jun 11, 2014, 2:16:25 AM6/11/14
to shiny-...@googlegroups.com

Can you tell how you resolved this issue
 
Reply all
Reply to author
Forward
0 new messages