dfstring: dfstring

dfstringR Documentation

dfstring

Description

"tuple" style chraacter representation of a table, key name1 = value1, name2 = value2 either as a single line or many lines useful for quick eyeballing of tabular data

Usage

dfstring(df, oneline = TRUE, binary = FALSE, sep1 = "; ", sep2 = ", ")

Arguments

df

data.frame input

oneline

logical flag whether to print on one line (=TRUE)

sep1

first level separator (=;) i.e. between rows

sep2

second level separator (=, ) i.e. between columns

Value

character vector of string representation

Author(s)

Marcin Imielinski


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.