printVecNames: Vector print

Description Usage Arguments Value Examples

View source: R/printVecNames.R

Description

Chains the elements of a vector along with their names in a string in the format "name1 = val1, name2 = val2, ...".

Usage

1

Arguments

v

A vector to be printed

Value

A string containing the elements of the vector separated by ","

Examples

1
printVecNames(c("State 1" = "sunny", "State 2" = "cloudy", "State 3" = "rainy"))

unimi-dse/5547f4ce documentation built on Feb. 17, 2020, 4:03 a.m.