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: | 2024-11-20 02:48:19 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