Learn R Programming

supernova (version 3.0.0)

insert_rule: Insert a horizontal rule in a table for pretty printing

Description

Insert a horizontal rule in a table for pretty printing

Usage

insert_rule(df, insert_at)

Value

The original data.frame with the horizontal rule inserted.

Arguments

df

The original data.frame

insert_at

The row in which to insert the dashes.