visdat icon indicating copy to clipboard operation
visdat copied to clipboard

Preliminary Exploratory Visualisation of Data

Results 38 visdat issues
Sort by recently updated
recently updated
newest added

## downsample the data If you just use the first 1,000 rows / 100 columns, then you get a warning stating that this is not all of the data. ##...

I just used this to visualise a little over 100 variables and wanted to decrease the size of the variable labels. I just modified vis_miss to take a xsize argument...

The 'compare data on hover' is not working for vis_compare_ly. That functionality is super useful.

interactivity
Priority 3

Is it possible to use visdat with a database table (referenced by a tbl_dbi object in R)?

`vis_dat_ly` is not working at the moment, for reasons that I don't fully understand, so I'm going to dump the code here so I don't forget it. I would like...

interactivity
feature
Priority 2

Display the percentage of each class along the legend, as I have done for the present / missing values in `vis_miss`

maintenance
Priority 3

Currently `vis_guess` is a bit slow and it'd be nice to make it faster. We found that using `vapply` was much faster than using purrr, which is a bit of...

enhancement
help wanted
maintenance
Priority 2

When using `palette = "cb_safe"` in `vis_dat`, it shows missing values where there are none ``` r library(visdat) library(naniar) library(tidyverse) #> Loading tidyverse: ggplot2 #> Loading tidyverse: tibble #> Loading...

maintenance
Priority 1

https://cran.r-project.org/web/packages/seriation/vignettes/seriation.pdf

feature
Priority 3