Grammar of Graphics in Shiny
ggViz
allows to
ggplot
graphs from predefined datasets or input .csv
or excel files.ggplot
ggplot
code that generates the graph.Here you can find the version deployed in shinyapps.io
You can install the package directly from github:
remotes::install_github("Vandebron/ggViz@main")
And run it with
ggViz::run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.