A possible work around would be to append the selection.r file to the .Rhistory
file and then reload the history, e.g.
file.append(".Rhistory", .trPaths[5])
loadhistory(file= ".Rhistory")
You can then access the code on the console, skipping the last 2 lines.
[[alternative HTML
A possible work around would be to append the selection.r file to the .RHistory
file and then reload the history, e.g.
file.append(".Rhistory", .trPaths[5])
loadhistory(file= ".Rhistory")
You can then access the code on the console, skipping the last 2 lines.
[[alternative HTML
ComRades,
On a recent Windows XP system that I have to use at work, I installed Tinn-R
2.3.4.4 and R 2.10.1
When I mark-select a piece of code, say
summary(x)
written in Tinn-R and send it to the RGui using the send button, the RGui
console instead of showing me my piece of code, it shows som
3 matches
Mail list logo