The goal of {connectViz}
is to offer a collection of helper functions and 'htmlwidgets' to help admins or user better understand how 'RStudio Connect' is used in their organization. The package provides plug and play visualizations that can be customized depending on needs.
You can install the development version of {connectViz}
like so:
remotes::install_github("RinteRface/connectViz")
Before starting with {connectViz}
, makes sure to have the two following environment variables setup:
CONNECT_SERVER
: points to the RStudio Connect server for instancehttps://beta.rstudioconnect.com
.CONNECT_API_KEY
: the API key you generate from RStudio Connect server.
This package is still a proof of concept. If you want to help improving it and test it on your own RStudio Connect server:
- Install it.
- Run the vignette.
- Report any error here, by submitting a new issue, including the RStudio Connect version,
{connectapi}
version ...
Thanks in advance for your support.
Please note that the connectViz project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.