str_quote: Surround strings with quotation marks

str_quoteR Documentation

Surround strings with quotation marks

Description

Surround strings with quotation marks

Usage

str_quote(x, ch = "\"")

Arguments

x

character vector

ch

character representing a quotation mark (default is double quote)

Examples

str_quote(LETTERS)


BAAQMD/strtools documentation built on Sept. 29, 2024, 9:21 a.m.