Dear all,
would appreciate a suggestion about the following situation : I am running
a script in R, and shall i execute it in the terminal, step by step, it
works fine.
however, if i do source ("script.R"), it does not complete and I am
getting the error :
"Can only modify plain character vectors."
what may go wrong ? thank you for your help,
-- bogdan
a question about R script : "Can only modify plain character vectors."
2 messages · Bogdan Tanasa, Eric Berger
Can you create a small script that reproduces the problem? If you can, then please post it to the mailing list.
On Tue, May 8, 2018 at 4:24 PM, Bogdan Tanasa <tanasa at gmail.com> wrote:
Dear all,
would appreciate a suggestion about the following situation : I am running
a script in R, and shall i execute it in the terminal, step by step, it
works fine.
however, if i do source ("script.R"), it does not complete and I am
getting the error :
"Can only modify plain character vectors."
what may go wrong ? thank you for your help,
-- bogdan
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/ posting-guide.html and provide commented, minimal, self-contained, reproducible code.