For a system I am using, it requires the input format to be text even though the value is integer. In SQL, this is forced by using the following method:
variable_x = '"' + 5 + '"'
How do I do this in R? I tried as.character. But when I write out the data, the quote is missing.
0 comments:
Post a Comment
Thanks