describe_dataframe: Describe the datasets being compared

View source: R/misc_functions.R

describe_dataframeR Documentation

Describe the datasets being compared

Description

This function is used to produce a basic summary table of the core features of the two data.frame's being compared.

Usage

describe_dataframe(base, comp, base_name, comp_name)

Arguments

base

(data.frame)
base dataset to be described

comp

(data.frame)
comparison dataset to be described

base_name

(character)
name of the base dataset

comp_name

(character)
name of the comparison dataset


diffdf documentation built on Sept. 30, 2024, 9:25 a.m.