# show me all columns
options(tibble.width = Inf)
knitr::opts_chunk$set(
  collapse = TRUE,
  dpi = 300,
  out.width = "100%",
  comment = "#>",
  warning = FALSE,
  message = FALSE,
  fig.path = "man/figures/README-"
)

{ipmisc}: Miscellaneous Functions for Data Cleaning and Analysis

lifecycle R build status pkgdown

Retirement notice


The {ipmisc} provides functions for data cleaning and formatting, which used to be helpful for {ggstatsplot} and {statsExpressions} packages. Since these packages were refactored to not rely on {ipmisc} anymore, this package has been retired on GitHub and archived on CRAN.


You can still install the archived version from GitHub:

remotes::install_github("IndrajeetPatil/ipmisc")


IndrajeetPatil/ipmisc documentation built on Oct. 22, 2021, 6:36 a.m.