Skip to contents

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.