spicy 0.1.0
CRAN release: 2025-05-05
Initial release
- Introduces a collection of tools for variable inspection, descriptive summaries, and data exploration.
- Provides functions to:
- Extract variable metadata and display compact summaries (
varlist()
). - Compute frequency tables (
freq()
), cross-tabulations (cross_tab()
), and Cramer’s V for categorical associations (cramer_v()
). - Generate descriptive statistics such as means (
mean_n()
), sums (sum_n()
), and counts (count_n()
) with automatic handling of missing data. - Copy data (
copy_clipboard()
) directly to the clipboard for quick export.
- Extract variable metadata and display compact summaries (