lapply(seq_along(Campaigns_Split_N),
function(x) {
assign( (Names), Campaigns_Split_N[],envir =.GlobalEnv)
})
this above function throws different data sets into global environments and later I can access them trough their names of data frames
Like wise I want to use this same function into shiny apps.io ,so that I can access those datasets,but I am not able do that ,however in local shiny apps its working ,only problem when deploying app through shinyapps.io.Please do help
Thanks in advance,
Manohar