A web interface to create graphics with {ggplot2} package based on {esquisse}.
Application is available here : https://dreamrs.shinyapps.io/esquisse/
Import data from various format:
- from a text file (.txt, .csv, ...) or an Excel file
- by copying and pasting data
- from a Google Sheet
- from an URL
Or you can also use a demo dataset.
Create graphics by dragging variables into aesthetics boxes.
Save the graphs you want to find them in the history tab.
All saved graphics are available here, you export the ones you want and retrieve their code.
To run the application locally, first clone this repo, then in R run:
renv::restore()
shiny::runApp()