Re: [R] get information on .C code

2012-02-08 Thread R. Michael Weylandt
It's compiled code so you can't view it in R. Download the source from CRAN (in your browser, not through R), decompress it, and look through the src/ directory with your favorite text editor. Michael On Feb 8, 2012, at 8:51 AM, "J. Augusiak" wrote: > Dear R list, > > I have a package downl

[R] get information on .C code

2012-02-08 Thread J. Augusiak
Dear R list, I have a package downloaded and looked up a function in there. Now I find that it uses C code (.C call) to do part of its job. However, when I wanted to look that part up by using getAnywhere() I was told that no object of that name could be found. Then I tried typing C.(" funct.nam

Re: [R] get information out of table() result

2011-03-16 Thread Sarah Goslee
table() returns a named vector. You need the names and the values. Or you could read my reply to one of the OTHER appearances of this email in my inbox; I think I've seen three, though I only replied to one and now this. It truly is unnecessary to send your query several times in quick succession,

[R] get information out of table() result

2011-03-16 Thread fre
I have the following problem: I have some string with numbers like k. I want to have a table like the function table() gives. However I am not able to call the first row, the 1, 2, 3, 5, 6 or 9. I tried to do that by a data.frame, but that doesn't seem to work either. The levels keep bothering me.

Re: [R] Get Information

2008-11-10 Thread Greg Snow
IL PROTECTED] > Subject: [R] Get Information > > I am a new commer in R. I am using the library tcltk, i need few > information about it. > so that, i wrote the following programme to save the file, but when i > save the file, i do not find the file save, please help me, in ord

[R] Get Information

2008-11-08 Thread justin Kameni
I am a new commer in R. I am using the library tcltk, i need few information about it. so that, i wrote the following programme to save the file, but when i save the file, i do not find the file save, please help me, in order to continue my projet. this is the programme: tt <- tktoplevel() txt