Convert an R object to character and add back quotations.
Usage
back_quote(x, recursive = TRUE, as_double = TRUE)
Value
A character vector.
Arguments
x
An R object.
recursive
Optional. TRUE or FALSE which indicates if to
back quote each item of x or to back quote x as a whole, when x
is a vector. The default value is TRUE.
as_double
Optional. TRUE or FALSE which indicates if to
differentiate between type double and integer. The default value is
TRUE, which means integers are handled as doubles.