dataxray
dataxray copied to clipboard
An interactive table interface for data summaries
Hmisc::describe treats hms/difftime as character -- make a better histogram and summary statistics for hms/difftime
Update report_xray.R to open report in browser tab automatically. Useful when running dataxray in a Jupyter or Colab notebook.
devtools::install_github("agstn/dataxray") Downloading GitHub repo agstn/dataxray@HEAD Error: Failed to install 'dataxray' from GitHub: lazy-load database '/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/callr/R/callr.rdb' is corrupt In addition: Warning messages: 1: In rcmd_build_tools(options$cmd, c(options$path, options$args), : restarting interrupted promise...
## Description {dataxray} makes use of code that is deprecated with {vctrs} 0.5.0. ## Reproducible example Using mostly the code from the README. ```r library(dplyr) library(dataxray) data(diamonds, package = "ggplot2")...
Just discovered the package. I got the following error on the first dataset I tried it on. It looks like the `HMisc::describe` call in `make_xray_core` should coerce the input into...
Hi folks, cool package, are there plans to deploy to CRAN?