cloudyr / rmote

Utilities for running R on a remote server
MIT License
127 stars 19 forks source link

serve knitr results #11

Open a-maldet opened 5 years ago

a-maldet commented 5 years ago

Hello! Thanks a lot for the awsome package. Is it possible to directly serve resulting html when calling rmarkdown::render("test.Rmd") Right at the moment I found a hacky way around this, by manually copying the resulting file into the served directory of rmote_start(). Is there a better way?

Cheers, Adrian