Package 'cloudview'

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

Help Index


Cloudview

Description

Serves htmlwidgets with servr::httd()

Usage

cloudview(x, ...)

enable_cloudview()

disable_cloudview()

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods.

Functions

  • enable_cloudview(): Enable

  • disable_cloudview(): Disable

Author(s)

Miles McBain