Automatically reloading a brilliant application when adding changes

I would like to have the opportunity (when working locally) that allows me to see the changes in my brilliant application automatically after making some changes to the file server.Ror ui.R. It really annoys manual re-function runAppevery time I add a new thing.

The best solution that I really like is a feature xaringan::inifinite_moon_readerthat is extremely useful.

Are there any solutions that do this?

You can find a similar solution here . On the right, the code was changed and saved on the left, the contents of the page were updated.

+4
source share
1 answer

options(shiny.autoreload = TRUE)
.
0

Source: https://habr.com/ru/post/1691679/


All Articles