DataExplorer icon indicating copy to clipboard operation
DataExplorer copied to clipboard

Automate Data Exploration and Treatment

Results 24 DataExplorer issues
Sort by recently updated
recently updated
newest added

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...

type: bug

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!

type: enhancement

Hi, I'm having troubles to get the order of a scatterplot with two numerical variables right: ![seasoning](https://user-images.githubusercontent.com/29283287/157854569-b194b1cc-7e80-46fd-b05c-39a3e967d223.PNG) 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...

type: new feature

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...

type: enhancement

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...