compareDF: Colored printing to compare two dataframes

View source: R/data_functions.R

compareDFR Documentation

Colored printing to compare two dataframes

Description

Colored printing to compare two dataframes

Usage

compareDF(
  df1,
  df2,
  ncol = 10,
  signif = 3,
  sep = "/",
  marker = "*",
  color = "red"
)

Arguments

color

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.