as_ascii_table: as_ascii_table

Description Usage Arguments

View source: R/ascii_tables.R

Description

This function takes a data.frame and attempts to convert it into a simple ascii format suitable for printing to the screen It is assumed all variable values have a as.character() method in order to cast them to character.

Usage

1
as_ascii_table(dat, line_prefix = "  ")

Arguments

dat

Input dataset to convert into a ascii table

line_prefix

Symbols to prefix infront of every line of the table


diffdf documentation built on March 26, 2020, 6:30 p.m.