string: Create a String From a 'chars' Object

View source: R/chars.R

stringR Documentation

Create a String From a chars Object

Description

Create a String From a chars Object

Usage

string(x, collapse = "", ...)

Arguments

x

one or more chars objects.

collapse

an optional character string to separate the results. Not NA_character_.

...

other arguments passed to paste()

Value

a character (traditional R string) with the elements of x in a single value.


charcuterie documentation built on April 3, 2025, 8:53 p.m.