vector_pretty_print: vector_pretty_print

Description Usage Arguments Value Examples

Description

Converts a named vector to a single-line string pretty representation

Usage

1

Arguments

l

the list

Value

a string that is a pretty representation of the vector

Examples

1
2
3
l <- list(1, 2, 3, 4)
names(l) <- c("a", "b", "c", "d")
print(list_pretty_print(l))

daviddoret/GRCRToolkit documentation built on May 23, 2019, 7:31 a.m.