Learn R Programming

⚠️There's a newer version (2.1.0) of this package.Take me there.

esquisse

The purpose of this add-in is to let you explore your data quickly to extract the information they hold. You can create visualization with {ggplot2}, filter data with {dplyr} and retrieve generated code.

This addin allows you to interactively explore your data by visualizing it with the ggplot2 package. It allows you to draw bar plots, curves, scatter plots, histograms, boxplot and sf objects, then export the graph or retrieve the code to reproduce the graph.

See online documentation : https://dreamrs.github.io/esquisse/index.html

If you find bugs, please open an issue

Installation

Install from CRAN with :

install.packages("esquisse")

Or install development version from GitHub :

remotes::install_github("dreamRs/esquisse")

Then launch the addin via the RStudio menu or with esquisse::esquisser().

esquisse addin

esquisse::esquisser()
# or with your data:
esquisse::esquisser(palmerpenguins::penguins)

Above gif was made with :heart: by @mfanny and cannot be removed, but in the meantime {esquisse} has evolved, the latest version now looks like:

Copy Link

Version

Install

install.packages('esquisse')

Monthly Downloads

6,153

Version

1.0.2

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Victor Perrier

Last Published

July 5th, 2021

Functions in esquisse (1.0.2)

build_aes

Build aesthetics to use in a plot
esquisser

An add-in to easily create plots with ggplot2
ggcall

Generate code to create a ggplot2
ggplot_to_ppt

Utility to export ggplot objects to PowerPoint
esquisse-module

Esquisse module
dropInput

Dropdown Input
dragulaInput

Drag And Drop Input Widget
input-colors

Picker input to select color(s) or palette
ggplot-output

Render ggplot module
esquisse-deprecated

Deprecated functions
module-filterDF

Shiny module to interactively filter a data.frame
safe_ggplot

Safely render a ggplot in Shiny application
run_module

Run module example
potential_geoms

Potential geometries according to the data
which_pal_scale

Automatically select appropriate color scale
updateDropInput

Change the value of a drop input on the client
save-ggplot-module

Save ggplot module
updateDragulaInput

Update Dragula Input
esquisserServer

Esquisse Shiny module
module-coerce

Coerce data.frame's columns module
match_geom_args

Match list of arguments to arguments of geometry
module-chooseData

Module for choosing data.frame