Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Vandebron/ggViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggViz

Grammar of Graphics in Shiny

ggViz allows to

  • Build ggplot graphs from predefined datasets or input .csv or excel files.
  • Determine whether the variables in your dataframe are continuous or categorical.
  • Input the parameters for the graphs in a "layered way", according to the principles of "Grammar of Graphics" followed by ggplot
  • See, copy and edit in real time the ggplot code that generates the graph.
  • Download your graphs.

Access deployed version

Here you can find the version deployed in shinyapps.io

Use it locally

You can install the package directly from github:

remotes::install_github("Vandebron/ggViz@main")

And run it with

ggViz::run_app()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages