R --vanilla command in R

I'm trying to run a script in a Linux terminal, I end up getting an error due to r --vanilla code. How can I install or run R-- vanilla in Terminal.
My command looks like this
"cat get_strand_amb_SNPs.R | R --vanilla"

Thank you in advance

Don't know whether it fits your application, I do something like this, on the Linux shell:

Rscript --vanilla quickLoadCat.R

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.