wQuotes {panelPomp}R Documentation

Interpret shortcuts for sQuote()s and dQuote()s in character objects

Description

Concatenate character objects and replace double quotes with sQuote() (write ''x'' instead of dQuote("x")) and replace asterisks with dQuote().

Usage

wQuotes(...)

Arguments

...

objects to be passed to strsplit.

Value

A character object.

Author(s)

Carles Bretó

Examples

paste0("in ",sQuote("fn_name"),": ",dQuote("object")," is 'a' required argument")
wQuotes("in ''fn_name'': *object* is 'a' required argument") # same but shorter

[Package panelPomp version 1.1 Index]