format_vec_as_text: Formats a vector of string into readable text

View source: R/format.R

format_vec_as_textR Documentation

Formats a vector of string into readable text

Description

Formats a vector of string into readable text

Usage

format_vec_as_text(str_in)

Arguments

str_in

vector of strings

Value

a single character object

Examples

format_vec_as_text(c("A", "B", "C"))

msperlin/vdr documentation built on Nov. 25, 2022, 2:29 a.m.