print.CheckData: Print 'CheckData' object

View source: R/check_data.R

print.CheckDataR Documentation

Print CheckData object

Description

Print CheckData object

Usage

## S3 method for class 'CheckData'
print(
  x,
  type = c("plaintext", "html"),
  name = NULL,
  check_integers = FALSE,
  css = list(font.family = "Helvetica", color = "#fff", background.color = "#242424"),
  ...
)

Arguments

x

CheckData object.

type

Character: Output type: "plaintext" or "html".

name

Character: Dataset name.

check_integers

Logical: If TRUE and there are integer features, prints a message to consider converting to factors.

css

List with font.family, color, and background.color elements.

...

Not used.

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.