Awesome
<!-- README.md is generated from README.Rmd. Please edit that file -->esquisse <img src="man/figures/logo.png" width=200 align="right" />
Try online : https://dreamrs.shinyapps.io/esquisse/
<!-- badges: start --> <!-- badges: end -->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
Use esquisse online : https://dreamrs.shinyapps.io/esquisse/
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:
Internationalization
Currently you can use {esquisse} in the following language: <img src="man/figures/i18n/gb.svg" height="16" style="height:16px"/> english (default), <img src="man/figures/i18n/fr.svg" height="16" style="height:16px"/> french, <img src="man/figures/i18n/mk.svg" height="16" style="height:16px"/> macedonian, <img src="man/figures/i18n/br.svg" height="16" style="height:16px"/><img src="man/figures/i18n/pt.svg" height="16" style="height:16px"/> brazilian portuguese, <img src="man/figures/i18n/al.svg" height="16" style="height:16px"/> albanian, <img src="man/figures/i18n/cn.svg" height="16" style="height:16px"/> chinese, <img src="man/figures/i18n/es.svg" height="16" style="height:16px"/> spanish, <img src="man/figures/i18n/tr.svg" height="16" style="height:16px"/> turkish, <img src="man/figures/i18n/kr.svg" height="16" style="height:16px"/> korean, <img src="man/figures/i18n/pl.svg" height="16" style="height:16px"/> polish, <img src="man/figures/i18n/ja.svg" height="16" style="height:16px"/> japanese, <img src="man/figures/i18n/de.svg" height="16" style="height:16px"/> german.
library(esquisse)
set_i18n("fr")
esquisser()
If you want another language to be supported, you can submit a Pull
Request to add a CSV file like the one used for french (file is located
in inst/i18n
folder in the package, you can see it here on
GitHub).
See {datamods} vignette for more on this topic.