Re: [R] dealing with NA in readBin() and writeBin()

2015-01-04 Thread Mike Miller
On Sun, 4 Jan 2015, Duncan Murdoch wrote: On 04/01/2015 5:13 PM, Mike Miller wrote: The help doc for readBin writeBin tells me this: Handling R's missing and special (Inf, -Inf and NaN) values is discussed in the ‘R Data Import/Export’ manual. So I go here: http://cran.r-project.org/doc/manu

Re: [R] dealing with NA in readBin() and writeBin()

2015-01-04 Thread Duncan Murdoch
On 04/01/2015 5:13 PM, Mike Miller wrote: > The help doc for readBin writeBin tells me this: > > Handling R's missing and special (Inf, -Inf and NaN) values is discussed > in the ‘R Data Import/Export’ manual. > > So I go here: > > http://cran.r-project.org/doc/manuals/r-release/R-data.html#Spe

[R] dealing with NA in readBin() and writeBin()

2015-01-04 Thread Mike Miller
The help doc for readBin writeBin tells me this: Handling R's missing and special (Inf, -Inf and NaN) values is discussed in the ‘R Data Import/Export’ manual. So I go here: http://cran.r-project.org/doc/manuals/r-release/R-data.html#Special-values Unfortunately, I don't really understand th