rgui Questions
7
Solved
In R, how can I import the contents of a multiline text file (containing SQL) to a single string?
The sql.txt file looks like this:
SELECT TOP 100
setpoint,
tph
FROM rates
I need to impor...
Marcela asked 5/1, 2010 at 1:51
2
Solved
I need to suppress my output when I run my R scripts in RStudio. There are a lot of comments in my scripts, and the comments are printed when I run the file.
I realize that others have asked how ...
Pathogenesis asked 22/1, 2015 at 19:49
1
If you use Rterm.exe, a nice feature is that:
CTRL+R : backward search meaning CTRL+R+lib will show last command starting with lib like library(Rcpp)
Rgui.exe seems to lack this feature. Can I...
3
I am using R 2.15.2 on windows XP.
I was used to use Rgui.exe but it was lacking the UNIX standards I like to use like CTRL+R <=>backward research and CTRL+U <=>erase line ...
If I miss...
2
Solved
2
Solved
When I do this in RStudio or RGUI:
fix(SomeFunction)
(or using edit()) I can see the function's code in Notepad. Is there any way that I could change this so that the code preview opens in Note...
1
Solved
I'm struggling with the different R executables. What is the difference between R.exe (with or without CMD BATCH option), Rcmd.exe, Rscript.exe and Rterm.exe when running command line in a batch fi...
Benge asked 5/8, 2010 at 8:21
1
I'm having a strange problem with the output window in RGui (under Win XP). I should see a plot like the one below...
... when I run this script:
library(ggplot2)
x <- rnorm(100,0,1)
y <...
1
© 2022 - 2024 — McMap. All rights reserved.