I would like to remove this character
c("
I use this
df <- gsub("c/(/"", "", df$text)
But I receive this error:
Error: unexpected string constant in "inliwc <- gsub("c/(/"", ""
What can I do?
I would like to remove this character
c("
I use this
df <- gsub("c/(/"", "", df$text)
But I receive this error:
Error: unexpected string constant in "inliwc <- gsub("c/(/"", ""
What can I do?