| Title: | Serves htmlwidgets over ssh |
|---|---|
| Description: | Enables viewing htmlwidgets over ssh. |
| Authors: | Anthony North [aut, cre], Miles McBain [ctb] |
| Maintainer: | Anthony North <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.0 |
| Built: | 2026-05-16 06:18:38 UTC |
| Source: | https://github.com/anthonynorth/cloudview |
Serves htmlwidgets with servr::httd()
cloudview(x, ...) enable_cloudview() disable_cloudview()cloudview(x, ...) enable_cloudview() disable_cloudview()
x |
an object used to select a method. |
... |
further arguments passed to or from other methods. |
enable_cloudview(): Enable
disable_cloudview(): Disable
Miles McBain