printNamedVector: Print named vector

View source: R/utils.r

printNamedVectorR Documentation

Print named vector

Description

Print named vector with format specified by fmt (2 decimal places by default).

Usage

printNamedVector(x, fmt = "%.2f", sep = " | ")

Arguments

x

named vector

fmt

a character vector of format strings, each of up to 8192 bytes.

sep

a character string to separate the terms. Not NA_character_.

See Also

sprintf


sbfnk/fitR documentation built on July 18, 2023, 3:28 p.m.