jmouchnino
jmouchnino
I use this data ```r library(dplyr) tuesdata % dplyr::slice_sample(n = 30000) esquisse::esquisser() ```   Why are the categorical variables missing from the _Data_ tab ? I'm...
When I click outside the script after selecting the code hat I want to print, there's an error message : `Sorry:Error: No text selected` I'm aware that it's because I...
After prompting a second prompt, there's an error message When I enter a first prompt, it does generate a text. But a second prompt produces an error **Screenshots** 
When I try to install the lubridate pacakge I get the following message on RStudio ```r install.packages("lubridate") ``` 
In the vignette and documentation, it's written that  Is is really the case ? How to change put a title to the wordcloud ?
```r library(hrbrthemes) data(iris) ggplot(iris, aes(x = Sepal.Length, colour = Species, label = Species)) + geom_textdensity() + theme_bw() + guides(color = 'none') ``` > Error in geom_textdensity() : could not find...