inspectdf icon indicating copy to clipboard operation
inspectdf copied to clipboard

🛠️ 📊 Tools for Exploring and Comparing Data Frames

Results 12 inspectdf issues
Sort by recently updated
recently updated
newest added

👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...

When running the following code ```r withr::with_options(list(warnPartialMatchArgs = TRUE, warnPartialMatchDollar = TRUE, warnPartialMatchAttr = TRUE), { iris |> inspectdf::inspect_mem() |> inspectdf::show_plot() }) ``` I get multiple instances of the following...