Hi,

I have a Shiny app with address like http://xx.xx.xx.xx:1080/remotepp/

When I try to get a PDF snapshot of this app using webshot() function from
webshot package, I see a blank PDF file saved.

I also tried with appshot() function as below, however getting error:

appshot(" http://xx.xx.xx.xx/remotepp  ", "a.pdf", port = 1080)
Error in process_initialize(self, private, command, args, stdout, stderr,
:
  Command not found

Any pointer on how to take snapshot properly would be highly appreciated.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to