dquote: Wrap a String in Double Quotes

View source: R/quote.R

dquoteR Documentation

Wrap a String in Double Quotes

Description

Wrap a string in double quotes, e.g., for displaying character values in messages.

Usage

dquote(x)

Arguments

x

A character vector

Default value

none

Value

If the input is NULL, the text "NULL" is returned. Otherwise, the input in double quotes is returned.

See Also

Helpers for working with Quotes and Quoting: backquote(), enumerate(), squote()


admiraldev documentation built on June 26, 2025, 1:09 a.m.