Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
On 7.1.2010 15:52, Duncan Murdoch wrote: > Not necessarily. The current help system can display information about > the current session, e.g. the result of ls(), as a simple example. But > if you use a single background session...
On 7.1.2010 9:49, Dieter Menne wrote: > > Thanks for that code. I fully agree that the current help system is a step > back. For stable bookmarking, my workaround is to put > > options(help.ports=6800) > > into the profile...
On 7.1.2010 12:18, Duncan Murdoch wrote: > You don't need Rgui, you could run Rterm, which would have a smaller > footprint. It's not very hard to start it and minimize it, but if you > want it...
There is an alternative through strsplit() when the desired output format is numeric (fractional hours on 0-24 scale). > aa <- c("3:00","11:42") > bb <- strsplit(aa,":") > bb [[1]] [1] "3" "00" [[2]] [1] "11" "42" > cc <- sapply(bb...
On 7.1.2010 20:22, Duncan Murdoch wrote: > A more useful example than ls() would be methods(). I think it > would be nice to have a list of methods included in the man page for > a generic function, and...
Can't find what you're looking for? Try searching with Google .