Skip to contents

Convert object tostring

Usage

tostring(line)

Arguments

line

a char vector.

Value

quoted test

Examples

line = "a, b, c"
tostring(line)
#> [1] "c(\"a\", \"b\", \"c\")"