Quantcast
Channel: Read a .RDS file from remote host using Shiny - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by MS Berends for Read a .RDS file from remote host using Shiny

Remotely reading using readRDS() can be disappointing. You might want to try this wrapper that saves the data set to a temporary location before reading it locally:readRDS_remote <- function(file,...

View Article



Answer by Matt for Read a .RDS file from remote host using Shiny

I figured it out. Hosted the file in a GitHub repository. From there I was able to copy the link to the raw file and placed that link in the readRDS(gzcon(url())) wrappers.

View Article

Read a .RDS file from remote host using Shiny

I'm hosting my first shiny app from www.shinyapps.io. My r script uses a glm I created locally that I have stored as a .RDS file.How can I read this file into my application directly using a free file...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images