drake_unquote {drake}R Documentation

Remove leading and trailing escaped quotes from character strings. [Deprecated]

Description

Deprecated on 2019-01-01

Usage

drake_unquote(x = NULL)

Arguments

x

Character vector.

Value

Character vector without leading or trailing escaped quotes around the elements.


[Package drake version 7.13.9 Index]