DataExplorer
DataExplorer copied to clipboard
Automate Data Exploration and Treatment
I found that the correlation meters are different between create_report () and plot_correlation() functions. If I run for each pair of continuous variables the cor() or cor.test(), the result of...
I'm using the below command in a shiny app to generate a PDF report using the output from `create_report`. I've tried several datasets and for some reason the charts sometimes...
It would be a great addition for us non native English speakers to be able to generate reports in our language. I can do it for spanish if needed.
It would be nice if there was an option to add `geom_jitter `to `plot_boxplot`. Thanks a lot!
Hi, I'm having troubles to get the order of a scatterplot with two numerical variables right:  I tried so many things now, I don't know where the reason is...
Dear @boxuancui, this is a nice package. It would be nice if there would be a default option for producing plotly plots instead of simple ggplot2 plots. Currently you can...
When using individual functions like `plot_intro(data)`, it seems like `ggplot2::theme_set` doesn't apply in changing the theme used. Is it possible for individual functions to inherit theme_set, or for us to...
I feel that the dependency on R v3.6 is too strict. I have seen many companies still having only R 3.5 (or earlier) installed so that I had to remove...
Thanks for the package, it's really helpful in first round data exploration. Would you please include Dates in the histogram portion of the profile? Currently, only numerics are processed and...
It would be great if there was an option to preserve the original order of variables in `plot_histogram()`. Currently, variables within each page of the output seem to be ordered...