reactvega
is a test package to explore
react-vega
as an official Shiny
input. With the package I would like to
- try out React hooks with
reactR
- explore a non-traditional input where
value
is not really relevant since the input will result in multiple communicated values based on Vegasignals
- provide another example to help users understand how to create
React
-based inputs - have fun with
react-vega
and see how we might leverage it with thevegawidget
set of packages
You can install the experimental version of reactvega
from Github
with:
remotes::install_github("react-R/reactR@try-addelid")
remotes::install_github("react-R/reactvega")
See example at app.R.