Most voted "rscript" questions
Rscript (Rscript.exe in Windows) is a binary "front-end" for R for use in scripting applications.
Learn more…3 questions
Sort by count of
-
3
votes1
answer5683
viewsHow to run a R script from the Windows command line?
I have a test file. A in the folder: C: Users Documents R And I’ve already added R to the windows PATH: C: Program Files R R-3.0.2 bin When in the cmd I try the command R CMD teste.R Windows does…
-
0
votes1
answer26
viewsHow to access email via Rscript?
I wonder if through some package the R you can access the mailboxes (Outlook, for example) directly. If possible, which package should I use?
-
0
votes2
answers131
viewsWhat does the expression !(...) mean?
I couldn’t figure out what the expression means !(...) Example: if (!(book %in% books)) stop("Unknown book")