79494531

Date: 2025-03-08 14:43:49
Score: 0.5
Natty:
Report link

Yes there is. It is called esquisse

### Loading the package
install.packages("esquisse")
library(esquisse)

### Load enviroment with data
esquisser(palmerpenguins::penguins)

### Thats it

For an intro:

https://dreamrs.github.io/esquisse/articles/get-started.html

Saved me a lot of time and it automatically creates the code for your plot.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Philipp Neuber