Learn R Programming

diffdf (version 1.1.1)

describe_dataframe: 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