Re: [R] readBin documentation error

2016-09-03 Thread Duncan Murdoch
On 03/09/2016 3:56 AM, peter dalgaard wrote: On 03 Sep 2016, at 03:24 , Yucheng Song via R-help wrote: Thanks for the reply. What I meant was that there is no int(), if you do a ?readBin, you will find it there. Not as far as I can tell: what: Either an object whose mode will give the

Re: [R] readBin documentation error

2016-09-03 Thread peter dalgaard
> On 03 Sep 2016, at 03:24 , Yucheng Song via R-help > wrote: > > Thanks for the reply. What I meant was that there is no int(), if you do a > ?readBin, you will find it there. Not as far as I can tell: what: Either an object whose mode will give the mode of the vector to be r

Re: [R] readBin documentation error

2016-09-02 Thread Yucheng Song via R-help
Thanks for the reply. What I meant was that there is no int(), if you do a ?readBin, you will find it there. On Friday, September 2, 2016 6:31 AM, Jim Lemon wrote: Hi Yucheng, Have a look at "An Introduction to R" (get there with "help.start()"), section : 3.1 Intrinsic attributes: mo

Re: [R] readBin documentation error

2016-09-02 Thread Jim Lemon
Hi Yucheng, Have a look at "An Introduction to R" (get there with "help.start()"), section : 3.1 Intrinsic attributes: mode and length The distinction between numeric and integer modes in R may not be obvious, but it is important at times. Jim On Fri, Sep 2, 2016 at 5:47 AM, Yucheng Song via R

[R] readBin documentation error

2016-09-02 Thread Yucheng Song via R-help
Hi,  In the help or readBin, there is an "int", but actually there is no int(), do you mean some other types?  In fact, numeric() is kind of misleading, what does it mean? what Either an object whose mode will give the mode of the vector to be read, or a character vector of length one describing