I am trying to integrate an R script to get data which fails with this error:
DataSource.Error: ADO.NET: R script error.
Loading required package: NLP
The line from R which cause this error:
crps1 %<>% tm_map(content_transformer(function(x) gsub('abc\\w*', 'abcя', x)))
The script runs in R without any issues. Any ideas?