Questions tagged as 'rscript'

1
answer

How to run an R script from the WIndows command line?

I have a test.r file in the folder: C: \ Users \ Documents \ R And I already added the R in the windows PATH: C: \ Program Files \ R \ R-3.0.2 \ bin When in cmd I try the command R CMD teste.R Windows does not know which program to use...
asked by 22.02.2014 / 14:37
2
answers

What does the expression mean (...)?

I could not figure out what the expression !(...) means Example: if (!(book %in% books)) stop("Unknown book")     
asked by 09.04.2018 / 22:30
1
answer

How do I access the email via RScript?

I would like to know if through some package of R it is possible to access the email boxes (for example Outlook ) directly. If possible, which package should I use?     
asked by 23.05.2017 / 21:54