Learn R Programming

volker (version 3.0.0)

.to_vlkr_tab: Add vlkr_tbl class

Description

Additionally, removes the skim_df class if present.

Usage

.to_vlkr_tab(data, digits = NULL, caption = NULL, baseline = NULL)

Value

A volker tibble.

Arguments

data

A tibble.

digits

Set the plot digits. If NULL (default), no digits are set.

caption

The caption printed above the table.

baseline

A base line printed below the table.