Represents a string value in R, including the type of quotes used and whether it is a raw string.
Optional
a string is raw if prefixed with r
from the R-language definition a string is either delimited by a pair of single or double quotes, 'none' strings are syntactically unquoted but treated as strings
Represents a string value in R, including the type of quotes used and whether it is a raw string.